FormLayoutProperties Properties
Serves as a base for classes that contain settings related to the FormLayout used in the edit form of grid-like controls.
Name | Description |
---|---|
Align |
Gets or sets whether the layout item captions are auto-aligned independently within the form layout. |
Align |
Gets or sets whether the layout item captions are auto-aligned within all layout groups in the form layout control. |
Column |
Gets or sets the number of columns. |
Encode |
Gets or sets a value that specifies whether the control keeps any of its values that are HTML as HTML, or strips out the HTML markers from it instead. |
Items | Provides access to the form layout’s item collection. |
Left |
Gets or sets the width of captions that are displayed to the left or right of the nested control. |
Nested |
Gets or sets the width of editors contained in the form layout. |
Optional |
Gets or sets the text displayed within optional marks. |
Paddings | Gets the editor’s padding settings. |
Parent |
For internal use only. |
Parent |
This property is not in effect for the Form |
Required |
Gets or sets the text displayed within required marks. |
Required |
Gets or sets the required mark display mode. |
Settings |
Provides access to the form layout’s adaptivity settings. |
Settings |
Provides access to the layout item caption settings within the form layout editor. |
Settings |
Provides access to the help text settings within the form layout editor. |
Settings |
Provides access to the layout item settings within the form layout editor. |
Show |
Gets or sets a value that specifies whether the colon character is appended to layout item captions. |
Styles | Provides access to the style settings that control the appearance of the form layout visual elements. |
Use |
Specifies if the root layout group is displayed with default paddings, or the paddings should be hidden. |
See Also