Skip to main content
A newer version of this page is available. .
All docs
V21.2

RepositoryItemDateTimeOffsetEdit.CloseUpKey Property

Allows you to assign a hotkey that closes the editor drop-down menu.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[Browsable(true)]
[EditorBrowsable(EditorBrowsableState.Always)]
public override KeyShortcut CloseUpKey { get; set; }

Property Value

Type Description
KeyShortcut

A hotkey that closes the editor drop-down menu.

See Also