IWpfTableEntriesSnapshot.TryCreateColumnContent Method

Definition

Get the FrameworkElement for the virtual entry at position index and columnName.

C++
public:
 bool TryCreateColumnContent(int index, System::String ^ columnName, bool singleColumnView, [Runtime::InteropServices::Out] System::Windows::FrameworkElement ^ % content);

Parameters

index
Int32

Index of the virtual entry in the snapshot.

columnName
String

Name of the column for which to get the FrameworkElement.

singleColumnView
Boolean

true if the table control is displaying everything in a single column.

content
FrameworkElement

The FrameworkElement to display in the column.

Returns

true if content should be used.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022