ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.TransposedGrid Namespace / TransposedGridRowBase Class / MaxWidth Property

In This Topic
    MaxWidth Property (TransposedGridRowBase)
    In This Topic
    Gets or sets the maximum width of this column.
    Syntax
    'Declaration
     
    
    Public Property MaxWidth As Nullable(Of Integer)
    public Nullable<int> MaxWidth {get; set;}
    See Also