RepositoryItemDateTimeOffsetEdit.CloseUpKey Property
In This Article
Allows you to assign a hotkey that closes the editor drop-down menu.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(true)]
[EditorBrowsable(EditorBrowsableState.Always)]
public override KeyShortcut CloseUpKey { get; set; }
#Property Value
Type | Description |
---|---|
Key |
A hotkey that closes the editor drop-down menu. |
See Also