IWpfTableEntry.TryCreateDetailsContent(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 details content for the entry so that it can be displayed in the table control.
public:
bool TryCreateDetailsContent([Runtime::InteropServices::Out] System::Windows::FrameworkElement ^ % expandedContent);
public bool TryCreateDetailsContent (out System.Windows.FrameworkElement expandedContent);
abstract member TryCreateDetailsContent : FrameworkElement -> bool
Public 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.