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

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

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.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