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

RepositoryItemBaseSpinEdit.AppearanceDropDown Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[Browsable(false)]
public override AppearanceObject AppearanceDropDown { get; }

Property Value

Type Description
AppearanceObject

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

See Also