ITableColumnDefinition.ColumnDefinition Property

Definition

Gets the width of the item in the table's header (which is inherited by the corresponding columns of the entries).

public:
 property System::Windows::GridLength ColumnDefinition { System::Windows::GridLength get(); };
public System.Windows.GridLength ColumnDefinition { get; }
member this.ColumnDefinition : System.Windows.GridLength
Public ReadOnly Property ColumnDefinition As GridLength

Property Value

Returns GridLength.

Applies to