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