cpr.controls.gridpart.layout.GridControlLayoutConstraint

Constraints of controls contained within the grid
Hierarchy

Index

Properties
Name Type Description
bottomSpacing Number Bottom margin
cellIndex Number Cell index.
height Number Vertical size.
horizontalAlign FormHorizontalAlign How to horizontally align cells
leftSpacing Number Left margin
region String Grid area.
rightSpacing Number Right margin
topSpacing Number Top margin
verticalAlign FormVerticalAlign How to align vertically within a cell
width Number Horizontal size.

Properties

bottomSpacing
type Number
Bottom margin
cellIndex
type Number
Cell index.
height
type Number
Vertical size. Ignored if vertical alignment is full.
horizontalAlign
type FormHorizontalAlign
How to horizontally align cells
leftSpacing
type Number
Left margin
region
type String
Grid area. (header, detail, footer)
rightSpacing
type Number
Right margin
topSpacing
type Number
Top margin
verticalAlign
type FormVerticalAlign
How to align vertically within a cell
width
type Number
Horizontal size. If the horizontal alignment method is full, it is ignored.