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

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

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.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