RepositoryItemTimeEdit.CloseUp Event
In This Article
Occurs when the editor’s dropdown window starts closing.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(true)]
[EditorBrowsable(EditorBrowsableState.Always)]
public override event CloseUpEventHandler CloseUp
#Event Data
The CloseUp event's data class is CloseUpEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Accept |
Gets or sets a value indicating whether Close |
Close |
Gets a value indicating how the popup editor’s dropdown window was closed. |
Pressed |
Returns which popup button has been pressed by an end-user. |
Value | Gets 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