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.v18.2.dll

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