Share via


IWpfTableEntriesSnapshot.TryCreateDetailsContent Method

Definition

Get the details content for the virtual entry index so that it can be displayed in the table control.

public:
 bool TryCreateDetailsContent(int index, [Runtime::InteropServices::Out] System::Windows::FrameworkElement ^ % expandedContent);
public bool TryCreateDetailsContent (int index, out System.Windows.FrameworkElement expandedContent);
abstract member TryCreateDetailsContent : int * FrameworkElement -> bool
Public 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.

Applies to