DataFormDisplayOptionsAttribute Properties
Specifies the size and label settings of an editor that a data form displays for a property.
Name | Description |
---|---|
Editor |
Gets or sets the maximum width of the edit box. |
Editor |
Gets or sets the minimum width of the edit box. |
Editor |
Gets or sets the width of the edit box. |
Group |
Gest or sets the name of the group that contains the editor. |
Help |
Specifies the input prompt string displayed below the edit box. |
Is |
Specifies whether the data form displays a label for the editor. |
Is |
Specifies whether the editor is visible on the data form. |
Label |
Gets or sets the horizontal alignment of a label displayed above the editor. |
Label |
Gets or sets an image used as the editor’s label. |
Label |
Gets or sets the distance between the editor and its label. |
Label |
Gets or sets the maximum width of the editor’s label. |
Label |
Gets or sets the minimum width of the editor’s label. |
Label |
Gets or sets the position of a label relative to the editor. |
Label |
Gets or sets the editor’s label text. |
Label |
Gets or sets the width of the editor’s label. |
Reserve |
Allows you to reserve a line for help and error text below the editor. |
Skip |
|
Type |
When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute. |
See Also