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

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