RepositoryItemBaseSpinEdit.CloseUpKey Property
In This Article
Gets or sets the key combination used to open and close the RepositoryItemBaseSpinEdit‘s pop-up window.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override KeyShortcut CloseUpKey { get; set; }
#Property Value
Type | Description |
---|---|
Key |
A Key |
#Remarks
See RepositoryItemPopupBase.CloseUpKey to learn more.
See Also