Skip to main content
All docs
V26.1
  • DateTimeRangeControlClient.CustomDrawLabel Event

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

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v26.1.dll

    Declaration

    public event DateTimeRangeClientCustomDrawLabelEventHandler CustomDrawLabel

    Event Data

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

    See Also