maui-devexpress-dot-maui-dot-dataform-dot-dataformdisplayoptionsattribute-dot-underscore-properties.md
Specifies the size and label settings of an editor that a data form displays for a property.
| Name | Description |
|---|---|
| EditorMaxWidth | Gets or sets the maximum width of the edit box. |
| EditorMinWidth | Gets or sets the minimum width of the edit box. |
| EditorWidth | Gets or sets the width of the edit box. |
| GroupName | Gets or sets the name of the group that contains the editor. |
| HelpText | Specifies the input prompt string displayed below the edit box. |
| IsLabelVisible | Specifies whether the data form displays a label for the editor. |
| IsVisible | Specifies whether the editor is visible on the data form. |
| LabelHorizontalAlignment | Gets or sets the horizontal alignment of a label displayed above the editor. |
| LabelIcon | Gets or sets an image used as the editor’s label. |
| LabelIndent | Gets or sets the distance between the editor and its label. |
| LabelMaxWidth | Gets or sets the maximum width of the editor’s label. |
| LabelMinWidth | Gets or sets the minimum width of the editor’s label. |
| LabelPosition | Gets or sets the position of a label relative to the editor. |
| LabelText | Gets or sets the editor’s label text. |
| LabelWidth | Gets or sets the width of the editor’s label. |
| ReserveBottomTextLine | Allows you to reserve a line for help and error text below the editor. |
| SkipAutoGenerating | Gets or sets whether the DataForm control should not generate editors based on the view model’s values. This is a bindable property. |
| TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute. |
See Also
DataFormDisplayOptionsAttribute Class