Skip to main content

DateTimeRangeControlClient.LabelFormatInfo Property

Gets or sets culture-specific information about the date-time format of labels.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public virtual DateTimeFormatInfo LabelFormatInfo { get; set; }

Property Value

Type Description
DateTimeFormatInfo

An object that contains culture-specific information about the format of date and time values.

See Also