Back to Devexpress

DataFormViewActualAppearance Members

maui-devexpress-dot-maui-dot-dataform-dot-dataformviewactualappearance-dot-underscore-members.md

latest13.6 KB
Original Source

DataFormViewActualAppearance Members

An appearance object.

Properties

NameDescription
BackgroundColorGets the background color that is applied to the DataFormView. To specify this color, use the DataFormView‘s BackgroundColor property.
ContentPaddingGets the content padding value that is applied to the DataFormView. To specify this value, use the ContentPadding property.
EditorBottomTextFontAttributesGets the editor’s bottom text font attribute value that is applied to the DataFormView. To specify this value, use the EditorBottomTextFontAttributes property.
EditorBottomTextFontFamilyGets the editor’s bottom text font family value that is applied to the DataFormView. To specify this value, use the EditorBottomTextFontFamily property.
EditorBottomTextFontSizeGets the editor’s bottom text font size value that is applied to the DataFormView. To specify this value, use the EditorBottomTextFontSize property.
EditorErrorColorGets the editor’s error color that is applied to the DataFormView. To specify this color, use the EditorErrorColor property.
EditorHelpTextColorGets the editor’s help text color that is applied to the DataFormView. To specify this color, use the EditorErrorColor property.
EditorHorizontalSpacingGets the editor’s horizontal spacing value that is applied to the DataFormView. To specify this value, use the EditorHorizontalSpacing property.
EditorLabelColorGets the editor’s label color that is applied to the DataFormView. To specify this color, use the EditorLabelColor property.
EditorLabelFontAttributesGets the editor label’s font attribute value that is applied to the DataFormView. To specify this value, use the EditorLabelFontAttributes property.
EditorLabelFontFamilyGets the editor label’s font family value that is applied to the DataFormView. To specify this value, use the EditorLabelFontFamily property.
EditorLabelFontSizeGets the editor label’s font size value that is applied to the DataFormView. To specify this value, use the EditorLabelFontSize property.
EditorLabelHorizontalAlignmentGets the editor label’s horizontal alignment value that is applied to the DataFormView. To specify this value, use the EditorLabelHorizontalAlignment property.
EditorLabelIndentGets the editor label’s indent value that is applied to the DataFormView. To specify this value, use the EditorLabelIndent property.
EditorLabelMaxWidthGets the editor label’s maximum width value that is applied to the DataFormView. To specify this value, use the EditorLabelMaxWidth property.
EditorLabelMinWidthGets the editor label’s minimum width value that is applied to the DataFormView. To specify this value, use the EditorLabelMinWidth property.
EditorLabelPositionGets the editor label’s position value that is applied to the DataFormView. To specify this value, use the EditorLabelPosition property.
EditorLabelWidthGets the editor label’s width value that is applied to the DataFormView. To specify this value, use the EditorLabelWidth property.
EditorMaxWidthGets the editor’s maximum width value that is applied to the DataFormView. To specify this value, use the EditorMaxWidth property.
EditorMinWidthGets the editor’s minimum width value that is applied to the DataFormView. To specify this value, use the EditorMinWidth property.
EditorPaddingGets the editor’s padding value that is applied to the DataFormView. To specify this value, use the EditorPadding property.
EditorWidthGets the editor’s width value that is applied to the DataFormView. To specify this value, use the EditorWidth property.
GroupContentBackgroundColorGets the group’s background color that is applied to the DataFormView. To specify this color, use the DataFormView‘s BackgroundColor property.
GroupHeaderBackgroundColorGets the group header’s background color that is applied to the DataFormView. To specify this color, use the GroupHeaderBackgroundColor property.
GroupHeaderFontAttributesGets the group header’s font attribute value that is applied to the DataFormView. To specify this value, use the GroupHeaderFontAttributes property.
GroupHeaderFontFamilyGets the group header’s font family value that is applied to the DataFormView. To specify this value, use the GroupHeaderFontFamily property.
GroupHeaderFontSizeGets the group header’s font size value that is applied to the DataFormView. To specify this value, use the GroupHeaderFontSize property.
GroupHeaderPaddingGets the group header’s padding value that is applied to the DataFormView. To specify this value, use the GroupHeaderPadding property.
GroupHeaderTextColorGets the group header’s text color that is applied to the DataFormView. To specify this color, use the GroupHeaderTextColor property.
IsLastRowSeparatorVisibleGets whether the DataFormView‘s last row separator is visible. To specify this value, use the IsLastRowSeparatorVisible property.
ReserveBottomTextLineGets whether the DataFormView editors include a line for help and error text. To specify this value, use the ReserveBottomTextLine property.
RowSeparatorColorGets the row separator color that is applied to the DataFormView. To specify this color, use the RowSeparatorColor property.
RowSeparatorThicknessGets the row separator’s thickness value that is applied to the DataFormView. To specify this value, use the RowSeparatorThickness property.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from System.Object.
ReferenceEquals(Object, Object) staticDetermines 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

DataFormViewActualAppearance Class

DevExpress.Maui.DataForm Namespace