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

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.v20.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
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