WpfTableEntriesSnapshotBase.TryCreateDetailsContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the details content for the virtual entry index
so that it can be displayed in the table control.
public:
virtual bool TryCreateDetailsContent(int index, [Runtime::InteropServices::Out] System::Windows::FrameworkElement ^ % expandedContent);
public virtual bool TryCreateDetailsContent (int index, out System.Windows.FrameworkElement expandedContent);
abstract member TryCreateDetailsContent : int * FrameworkElement -> bool
override this.TryCreateDetailsContent : int * FrameworkElement -> bool
Public Overridable Function TryCreateDetailsContent (index As Integer, ByRef expandedContent As FrameworkElement) As Boolean
Parameters
- index
- Int32
Index of the virtual entry in the snapshot.
- expandedContent
- FrameworkElement
FrameworkElement to display below the entry in the table control.
Returns
true if expandedContent
should be used.