Skip to main content
A newer version of this page is available. .

DataFormView.ActualAppearance Property

Gets the common appearance settings that are applied to the current DataFormView.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public DataFormViewActualAppearance ActualAppearance { get; }

Property Value

Type Description
DataFormViewActualAppearance

Appearance settings that are applied to the current DataFormView.

See Also