ILayoutColumnWidthInGrids Property
|
Gets/sets the number of grids this column occupies on a Row
Namespace:
Ingeniux.CMS.Presentation
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax uint WidthInGrids { get; set; }
Property WidthInGrids As UInteger
Get
Set
property unsigned int WidthInGrids {
unsigned int get ();
void set (unsigned int value);
}
abstract WidthInGrids : uint32 with get, set
Property Value
Type:
UInt32Examples For a 12-grids Row, a column with 3 WidthInGrids will take 1/3 of its horizontal space on normal display
See Also