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

    Gets or sets the minimum available value.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v26.1.dll

    Declaration

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

    Property Value

    Type Description
    DateTime

    A DateTime structure that specifies the minimum available value.

    See Also