Share via


IWpfTableEntry.TryCreateColumnContent Method

Definition

Get the FrameworkElement for the entry and columnName.

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

Parameters

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