Back to Devexpress

DataFormDisplayOptionsAttribute Properties

maui-devexpress-dot-maui-dot-dataform-dot-dataformdisplayoptionsattribute-dot-underscore-properties.md

latest3.5 KB
Original Source

DataFormDisplayOptionsAttribute Properties

Specifies the size and label settings of an editor that a data form displays for a property.

NameDescription
EditorMaxWidthGets or sets the maximum width of the edit box.
EditorMinWidthGets or sets the minimum width of the edit box.
EditorWidthGets or sets the width of the edit box.
GroupNameGets or sets the name of the group that contains the editor.
HelpTextSpecifies the input prompt string displayed below the edit box.
IsLabelVisibleSpecifies whether the data form displays a label for the editor.
IsVisibleSpecifies whether the editor is visible on the data form.
LabelHorizontalAlignmentGets or sets the horizontal alignment of a label displayed above the editor.
LabelIconGets or sets an image used as the editor’s label.
LabelIndentGets or sets the distance between the editor and its label.
LabelMaxWidthGets or sets the maximum width of the editor’s label.
LabelMinWidthGets or sets the minimum width of the editor’s label.
LabelPositionGets or sets the position of a label relative to the editor.
LabelTextGets or sets the editor’s label text.
LabelWidthGets or sets the width of the editor’s label.
ReserveBottomTextLineAllows you to reserve a line for help and error text below the editor.
SkipAutoGeneratingGets or sets whether the DataForm control should not generate editors based on the view model’s values. This is a bindable property.
TypeIdWhen implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute.

See Also

DataFormDisplayOptionsAttribute Class

DataFormDisplayOptionsAttribute Members

DevExpress.Maui.DataForm Namespace