FormPickerItemBase.ActualAppearance Property
In This Article
Gets the common appearance settings that are applied to FormPickerItemBase descendants.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public override FormPickerItemBaseActualAppearance ActualAppearance { get; }
#Property Value
Type | Description |
---|---|
Form |
Appearance settings that are applied to Form |
See Also