Back to Devexpress

RepositoryItemTimeEdit.CloseUp Event

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemtimeedit-dca0f68e.md

latest2.8 KB
Original Source

RepositoryItemTimeEdit.CloseUp Event

Occurs when the editor’s dropdown window starts closing.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(true)]
[EditorBrowsable(EditorBrowsableState.Always)]
public override event CloseUpEventHandler CloseUp
vb
<Browsable(True)>
<EditorBrowsable(EditorBrowsableState.Always)>
Public Overrides Event CloseUp As CloseUpEventHandler

Event Data

The CloseUp event's data class is CloseUpEventArgs. The following properties provide information specific to this event:

PropertyDescription
AcceptValueGets or sets a value indicating whether CloseUpEventArgs.Value should be accepted or discarded.
CloseModeGets a value indicating how the popup editor’s dropdown window was closed.
PressedButtonReturns which popup button has been pressed by an end-user.
ValueGets or sets a value to assign to the editor’s edit value.

Remarks

The CloseUp event is supported in the TouchUI mode (see RepositoryItemTimeEdit.TimeEditStyle), where the TimeEdit control provides a dropdown window for editing time values. See the base RepositoryItemPopupBase.CloseUp event to learn more.

See Also

CloseUp

TimeEditStyle

RepositoryItemTimeEdit Class

RepositoryItemTimeEdit Members

DevExpress.XtraEditors.Repository Namespace