Skip to main content
A newer version of this page is available. .

DateFilterDashboardItem.DefaultDateTimePeriodName Property

Gets or sets the name of the predefined period that the Date Filter selects initially.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

[Browsable(false)]
[DefaultValue(null)]
public string DefaultDateTimePeriodName { get; set; }

Property Value

Type Default Description
String *null*

A string that is the prefdefined period’s name.

Remarks

Use the DateFilterDashboardItem.DateTimePeriods property to get access to the collection that contains predefined periods. You can edit, add or remove a period.

See Also