RepositoryItemBaseSpinEdit.CloseUpKey Property
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.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override KeyShortcut CloseUpKey { get; set; }
Property Value
Type | Description |
---|---|
KeyShortcut | A KeyShortcut object specifying the key combination used to open and close the RepositoryItemBaseSpinEdit‘s pop-up window. |
Remarks
See RepositoryItemPopupBase.CloseUpKey to learn more.
See Also