ComponentOne ASP.NET MVC Controls
MinWidth Property

C1.Web.Mvc Namespace > ColumnBase Class : MinWidth Property
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

Reference

ColumnBase Class
ColumnBase Members