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

    Gets or sets the maximum available value.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    [DXCategory("Behavior")]
    public DateTime Maximum { get; set; }

    Property Value

    Type Description
    DateTime

    A DateTime structure that specifies the maximum available value.

    See Also