maui-devexpress-dot-maui-dot-dataform-dot-dataformviewactualappearance-dot-underscore-members.md
An appearance object.
| Name | Description |
|---|---|
| BackgroundColor | Gets the background color that is applied to the DataFormView. To specify this color, use the DataFormView‘s BackgroundColor property. |
| ContentPadding | Gets the content padding value that is applied to the DataFormView. To specify this value, use the ContentPadding property. |
| EditorBottomTextFontAttributes | Gets the editor’s bottom text font attribute value that is applied to the DataFormView. To specify this value, use the EditorBottomTextFontAttributes property. |
| EditorBottomTextFontFamily | Gets the editor’s bottom text font family value that is applied to the DataFormView. To specify this value, use the EditorBottomTextFontFamily property. |
| EditorBottomTextFontSize | Gets the editor’s bottom text font size value that is applied to the DataFormView. To specify this value, use the EditorBottomTextFontSize property. |
| EditorErrorColor | Gets the editor’s error color that is applied to the DataFormView. To specify this color, use the EditorErrorColor property. |
| EditorHelpTextColor | Gets the editor’s help text color that is applied to the DataFormView. To specify this color, use the EditorErrorColor property. |
| EditorHorizontalSpacing | Gets the editor’s horizontal spacing value that is applied to the DataFormView. To specify this value, use the EditorHorizontalSpacing property. |
| EditorLabelColor | Gets the editor’s label color that is applied to the DataFormView. To specify this color, use the EditorLabelColor property. |
| EditorLabelFontAttributes | Gets the editor label’s font attribute value that is applied to the DataFormView. To specify this value, use the EditorLabelFontAttributes property. |
| EditorLabelFontFamily | Gets the editor label’s font family value that is applied to the DataFormView. To specify this value, use the EditorLabelFontFamily property. |
| EditorLabelFontSize | Gets the editor label’s font size value that is applied to the DataFormView. To specify this value, use the EditorLabelFontSize property. |
| EditorLabelHorizontalAlignment | Gets the editor label’s horizontal alignment value that is applied to the DataFormView. To specify this value, use the EditorLabelHorizontalAlignment property. |
| EditorLabelIndent | Gets the editor label’s indent value that is applied to the DataFormView. To specify this value, use the EditorLabelIndent property. |
| EditorLabelMaxWidth | Gets the editor label’s maximum width value that is applied to the DataFormView. To specify this value, use the EditorLabelMaxWidth property. |
| EditorLabelMinWidth | Gets the editor label’s minimum width value that is applied to the DataFormView. To specify this value, use the EditorLabelMinWidth property. |
| EditorLabelPosition | Gets the editor label’s position value that is applied to the DataFormView. To specify this value, use the EditorLabelPosition property. |
| EditorLabelWidth | Gets the editor label’s width value that is applied to the DataFormView. To specify this value, use the EditorLabelWidth property. |
| EditorMaxWidth | Gets the editor’s maximum width value that is applied to the DataFormView. To specify this value, use the EditorMaxWidth property. |
| EditorMinWidth | Gets the editor’s minimum width value that is applied to the DataFormView. To specify this value, use the EditorMinWidth property. |
| EditorPadding | Gets the editor’s padding value that is applied to the DataFormView. To specify this value, use the EditorPadding property. |
| EditorWidth | Gets the editor’s width value that is applied to the DataFormView. To specify this value, use the EditorWidth property. |
| GroupContentBackgroundColor | Gets the group’s background color that is applied to the DataFormView. To specify this color, use the DataFormView‘s BackgroundColor property. |
| GroupHeaderBackgroundColor | Gets the group header’s background color that is applied to the DataFormView. To specify this color, use the GroupHeaderBackgroundColor property. |
| GroupHeaderFontAttributes | Gets the group header’s font attribute value that is applied to the DataFormView. To specify this value, use the GroupHeaderFontAttributes property. |
| GroupHeaderFontFamily | Gets the group header’s font family value that is applied to the DataFormView. To specify this value, use the GroupHeaderFontFamily property. |
| GroupHeaderFontSize | Gets the group header’s font size value that is applied to the DataFormView. To specify this value, use the GroupHeaderFontSize property. |
| GroupHeaderPadding | Gets the group header’s padding value that is applied to the DataFormView. To specify this value, use the GroupHeaderPadding property. |
| GroupHeaderTextColor | Gets the group header’s text color that is applied to the DataFormView. To specify this color, use the GroupHeaderTextColor property. |
| IsLastRowSeparatorVisible | Gets whether the DataFormView‘s last row separator is visible. To specify this value, use the IsLastRowSeparatorVisible property. |
| ReserveBottomTextLine | Gets whether the DataFormView editors include a line for help and error text. To specify this value, use the ReserveBottomTextLine property. |
| RowSeparatorColor | Gets the row separator color that is applied to the DataFormView. To specify this color, use the RowSeparatorColor property. |
| RowSeparatorThickness | Gets the row separator’s thickness value that is applied to the DataFormView. To specify this value, use the RowSeparatorThickness property. |
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from System.Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from System.Object. |
| GetHashCode() | Serves as the default hash function. Inherited from System.Object. |
| GetType() | Gets the Type of the current instance. Inherited from System.Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from System.Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from System.Object. |
| ToString() | Returns a string that represents the current object. Inherited from System.Object. |
See Also