Share via


TableColumnDefinitionBase.MinWidth Property

Definition

Minimum width of the column (in pixels).

public:
 virtual property double MinWidth { double get(); };
public:
 virtual property double MinWidth { double get(); };
public virtual double MinWidth { get; }
member this.MinWidth : double
Public Overridable ReadOnly Property MinWidth As Double

Property Value

Returns Double.

Implements

Remarks

The minimum width is 22 pixels (so that there is space to display the sorting and filtering UI).

Applies to