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

    Allows you to provide a custom label text.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public event LabelTextEventHandler CustomLabelText

    Event Data

    The CustomLabelText event's data class is DevExpress.XtraEditors.LabelTextEventArgs.

    See Also