Share via


TableColumnDefinitionBase.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:
 virtual property System::Windows::GridLength ColumnDefinition { System::Windows::GridLength get(); };
public virtual System.Windows.GridLength ColumnDefinition { get; }
member this.ColumnDefinition : System.Windows.GridLength
Public Overridable ReadOnly Property ColumnDefinition As GridLength

Property Value

Returns GridLength.

Implements

Applies to