Skip to main content
A newer version of this page is available. .
All docs
V20.2

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.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.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
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

See Also