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

    Allows you to provide a custom label text.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v26.1.dll

    Declaration

    public event LabelTextEventHandler CustomLabelText

    Event Data

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

    See Also