Share via


IEntryBucket.TryCreateColumnContent(FrameworkElement) Method

Definition

Get the FrameworkElement used to display the group.

public:
 bool TryCreateColumnContent([Runtime::InteropServices::Out] System::Windows::FrameworkElement ^ % content);
public bool TryCreateColumnContent (out System.Windows.FrameworkElement content);
abstract member TryCreateColumnContent : FrameworkElement -> bool
Public Function TryCreateColumnContent (ByRef content As FrameworkElement) As Boolean

Parameters

content
FrameworkElement

The FrameworkElement to display the group.

Returns

true if the group should be displayed using a FrameworkElement.

Applies to