DataFormView Properties
An edit form for a data object.
Name | Description |
---|---|
Allow |
Specifies whether users can collapse and expand groups of editors. |
Commit |
Specifies when to commit values that users enter in the data form’s editors to the bound data object. |
Content |
Gets or sets the distance between editors and the data form’s borders or group headers. |
Data |
Gets or sets a data object edited via the data form. |
Editor |
Specifies whether an editor’s help and error text is bold or italic. |
Editor |
Gets or sets the font family name for an editor’s help and error text. |
Editor |
Gets or sets the font size of an editor’s help and error text. |
Editor |
Specifies whether the data form’s editors are outlined with borders or the border is displayed only for editors’ bottom edges. |
Editor |
Specifies the color of editor borders, in-place labels, error icons, and error messages if there are input errors. |
Editor |
Specifies the color of help text displayed below editors. |
Editor |
Gets or sets the distance between editors in a row. |
Editor |
Specifies the color of editor labels (text or icons). |
Editor |
Gets or sets the font style for editor text labels. |
Editor |
Gets or sets the font family name for editor text labels. |
Editor |
Gets or sets the font size for editor text labels. |
Editor |
Gets or sets the horizontal alignment of labels displayed above editors. |
Editor |
Gets or sets the distance between editors and their labels. |
Editor |
Gets or sets the maximum width of the data form’s editor labels. |
Editor |
Gets or sets the minimum width of the data form’s editor labels. |
Editor |
Gets or sets the position of labels relative to editors. |
Editor |
Gets or sets the width of the data form’s editor labels. |
Editor |
Gets or sets the maximum width of the data form’s editors. |
Editor |
Gets or sets the minimum width of the data form’s editors. |
Editor |
Gets or sets the distance between edges of the data form’s items and their content (editors and labels). |
Editor |
Gets or sets the width of the data form’s editors. |
Group |
Gets or sets the background color for headers of editor groups. |
Group |
Gets or sets the font style for header captions of editor groups. |
Group |
Gets or sets the font family name for header captions of editor groups. |
Group |
Gets or sets the font size for header captions of editor groups. |
Group |
Gets or sets the distance between the edges of the data form’s group headers and their content. |
Group |
Gets or sets the text color for header captions of editor groups. |
Groups | |
Ignore |
|
Is |
|
Is |
Specifies whether the data form displays editor labels. |
Is |
Specifies whether the data form displays headers for groups of editors. |
Is |
Specifies whether a row separator line is displayed below the bottom row of editors on the data form. |
Is |
|
Items | Gets the collection of the data form’s editors. |
Picker |
Specifies the data source used to generate drop-down list items of combo box editors. |
Reserve |
Allows you to reserve a line for help and error text below each editor. |
Row |
Gets or sets the color of lines that separate rows of editors on the data form. |
Row |
Gets or sets the thickness of lines that separate rows of editors on the data form. |
Validation |
Specifies when to validate values that users enter in the data form’s editors. |
See Also