Skip to main content

DateTimeRangeControlClient.CustomLabelText Event

Allows you to provide a custom label text.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.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