WpfTableEntryBase.TryCreateColumnContent Method

Definition

Get the FrameworkElement for the entry and columnName.

public:
 virtual bool TryCreateColumnContent(System::String ^ columnName, bool singleColumnView, [Runtime::InteropServices::Out] System::Windows::FrameworkElement ^ % content);
public virtual bool TryCreateColumnContent (string columnName, bool singleColumnView, out System.Windows.FrameworkElement content);
abstract member TryCreateColumnContent : string * bool * FrameworkElement -> bool
override this.TryCreateColumnContent : string * bool * FrameworkElement -> bool
Public Overridable 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.

Implements

Applies to