CalendarControlBase.ContextButtonClick Event
In This Article
Allows you to respond to a context button click.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Event Data
The ContextButtonClick event's data class is ContextItemClickEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Data |
Gets or sets an Object that contains a clicked Context |
Item |
Gets a clicked Context |
Item |
Gets or sets a clicked Context |
Screen |
Returns a Rectangle that contains a Context |
#Remarks
See CalendarControlBase.ContextButtons to learn more.
See Also