Skip to main content

CalendarControlBase.ContextButtonValueChanged Event

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Events")]
public event ContextButtonValueChangedEventHandler ContextButtonValueChanged

Event Data

The ContextButtonValueChanged event's data class is DevExpress.Utils.ContextButtonValueEventArgs.

Remarks

See CalendarControlBase.ContextButtons to learn more.

See Also