RepositoryItemBaseSpinEdit.AppearanceDropDown Property
In This Article
Gets the appearance settings used to paint the editor’s popup window.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override AppearanceObject AppearanceDropDown { get; }
#Property Value
Type | Description |
---|---|
Appearance |
Appearance settings used to paint the editor’s dropdown window. |
See Also