Gets or sets the maximum 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#
public double MaxWidth { get; set; }
Visual Basic
Public Property MaxWidth As Double
	Get
	Set

See Also