Skip to main content

RepositoryItemBaseSpinEdit.AppearanceDropDown Property

Gets the appearance settings used to paint the editor’s popup window.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override AppearanceObject AppearanceDropDown { get; }

Property Value

Type Description
AppearanceObject

Appearance settings used to paint the editor’s dropdown window.

See Also