IWpfTableEntry.TryCreateDetailsContent(FrameworkElement) Method
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.
C++
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
- expandedContent
- FrameworkElement
FrameworkElement to display below the entry in the table control.
true if expandedContent
should be used.
Tuote | Versiot |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |