<
ComponentOne OLAP for WPF and Silverlight
C1.Silverlight.FlexGrid Namespace / Column Class / MaxWidth Property

In This Topic
    MaxWidth Property (Column)
    In This Topic
    Gets or sets the maximum width of this column, in pixels (this value is used only for star-sized columns).
    Syntax
    'Declaration
     
    Public Property MaxWidth As Double
    public double MaxWidth {get; set;}
    See Also