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.v19.1.Core.dll

Declaration

[DefaultValue(null)]
[Browsable(false)]
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