RepositoryItemBaseSpinEdit.AppearanceDropDown Property
Gets the appearance settings used to paint the editor’s popup window.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.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