DefinitionBucket.TryCreateColumnContent(FrameworkElement) 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 FrameworkElement used to display the group.
public:
override bool TryCreateColumnContent([Runtime::InteropServices::Out] System::Windows::FrameworkElement ^ % content);
public override bool TryCreateColumnContent (out System.Windows.FrameworkElement content);
override this.TryCreateColumnContent : FrameworkElement -> bool
Public Overrides 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.