Enum sap.ui.layout.GridPositionModule: sap/ui/layout/library


The position of the Grid. Can be "Left", "Center" or "Right". "Left" is default.

Field Summary
sap.ui.layout.GridPosition.CenterGrid is centered on the screen.
sap.ui.layout.GridPosition.LeftGrid is aligned left.
sap.ui.layout.GridPosition.RightGrid is aligned to the right.
Field Detail
sap.ui.layout.GridPosition.Center: string
Grid is centered on the screen.
sap.ui.layout.GridPosition.Left: string
Grid is aligned left.
sap.ui.layout.GridPosition.Right: string
Grid is aligned to the right.