ILayoutColumnWidthInGrids Property
|
Gets/sets the number of grids this column occupies on a Row
Namespace: Ingeniux.CMS.PresentationAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxuint 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
UInt32
ExampleFor a 12-grids Row, a column with 3 WidthInGrids will take 1/3 of its horizontal space on normal display
See Also