WpfTableEntryBase.TryCreateDetailsContent(FrameworkElement) Method

Definition

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

public:
 virtual bool TryCreateDetailsContent([Runtime::InteropServices::Out] System::Windows::FrameworkElement ^ % expandedContent);
public virtual bool TryCreateDetailsContent (out System.Windows.FrameworkElement expandedContent);
abstract member TryCreateDetailsContent : FrameworkElement -> bool
override this.TryCreateDetailsContent : FrameworkElement -> bool
Public Overridable Function TryCreateDetailsContent (ByRef expandedContent As FrameworkElement) As Boolean

Parameters

expandedContent
FrameworkElement

FrameworkElement to display below the entry in the table control.

Returns

true if expandedContent should be used.

Implements

Applies to