Gets or sets the minimum width of this column, in pixels (this value is used only for star-sized columns).

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
[DefaultValueAttribute()]
public double MinWidth { get; set; }
Visual Basic
<DefaultValueAttribute()> _
Public Property MinWidth As Double
	Get
	Set

See Also