WpfTableEntriesSnapshotBase.TryCreateDetailsContent Method

Definition

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.

Implements

Applies to