RepositoryItemDateTimeOffsetEdit.CloseUpKey Property
Allows you to assign a hotkey that closes the editor drop-down menu.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v20.2.dll
Declaration
[Browsable(true)]
[EditorBrowsable(EditorBrowsableState.Always)]
public override KeyShortcut CloseUpKey { get; set; }
<Browsable(True)>
<EditorBrowsable(EditorBrowsableState.Always)>
Public Overrides Property CloseUpKey As KeyShortcut
Property Value
Type | Description |
---|---|
KeyShortcut | A hotkey that closes the editor drop-down menu. |
See Also
Feedback