Skip to main content
All docs
V26.1
  • DateTimeRangeControlClient.LabelFormatInfo Property

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

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v26.1.dll

    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