MVCxGridViewFormLayoutProperties Properties
Contains settings that relate to the FormLayout used in the GridView’s edit form.| Name | Description |
|---|---|
| AlignItemCaptions | Gets or sets whether the layout item captions are auto-aligned independently within the form layout. Inherited from FormLayoutProperties. |
| AlignItemCaptionsInAllGroups | Gets or sets whether the layout item captions are auto-aligned within all layout groups in the form layout control. Inherited from FormLayoutProperties. |
| ColumnCount | Gets or sets the number of columns. Inherited from FormLayoutProperties. |
| EncodeHtml | 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. Inherited from FormLayoutProperties. |
| Items | Provides access to the collection of items placed in the edit form layout. |
| LeftAndRightCaptionsWidth | Gets or sets the width of captions that are displayed to the left or right of the nested control. Inherited from FormLayoutProperties. |
| NestedExtensionWidth | Gets or sets the width of editors contained in the form layout. |
| OptionalMark | Gets or sets the text displayed within optional marks. Inherited from FormLayoutProperties. |
| Paddings | Gets the editor’s padding settings. Inherited from FormLayoutProperties. |
| ParentSkinOwner | For internal use only. Inherited from FormLayoutProperties. |
| ParentStyles | This property is not in effect for the FormLayoutProperties class. Inherited from FormLayoutProperties. |
| RequiredMark | Gets or sets the text displayed within required marks. Inherited from FormLayoutProperties. |
| RequiredMarkDisplayMode | Gets or sets the required mark display mode. Inherited from FormLayoutProperties. |
| SettingsAdaptivity | Provides access to the form layout’s adaptivity settings. Inherited from FormLayoutProperties. |
| SettingsItemCaptions | Provides access to the layout item caption settings within the form layout editor. Inherited from FormLayoutProperties. |
| SettingsItemHelpTexts | Provides access to the help text settings within the form layout editor. Inherited from FormLayoutProperties. |
| SettingsItems | Provides access to the layout item settings within the form layout editor. Inherited from FormLayoutProperties. |
| ShowItemCaptionColon | Gets or sets a value that specifies whether the colon character is appended to layout item captions. Inherited from FormLayoutProperties. |
| Styles | Provides access to the style settings that control the appearance of the form layout visual elements. Inherited from FormLayoutProperties. |
| UseDefaultPaddings | Specifies if the root layout group is displayed with default paddings, or the paddings should be hidden. Inherited from FormLayoutProperties. |
See Also