Skip to main content
All docs
V25.1
  • DashboardSettings.ShowExtendedDateOccurringList Property

    Gets or sets whether to show date-time intervals that are hidden in the Date Occurring dialog.

    Namespace: DevExpress.DashboardCommon

    Assembly: DevExpress.Dashboard.v25.1.Core.dll

    NuGet Package: DevExpress.Dashboard.Core

    Declaration

    public static DefaultBoolean ShowExtendedDateOccurringList { get; set; }

    Property Value

    Type Description
    DefaultBoolean

    True to display date-time intervals in the Date Occurring dialog; otherwise, False

    Available values:

    Name Description Return Value
    True

    The value is true.

    0

    False

    The value is false.

    1

    Default

    The value is specified by a global option or a higher-level object.

    2

    See Also