Skip to main content

DateTimeRangeControlClient.CustomDrawLabel Event

Provides access to a drawing surface. Allows you to draw a label manually.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public event DateTimeRangeClientCustomDrawLabelEventHandler CustomDrawLabel

Event Data

The CustomDrawLabel event's data class is DevExpress.XtraEditors.DateTimeRangeClientCustomDrawLabelEventArgs.

See Also