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

DateTimePeriod.Name Property

Gets or sets the name of the date-time period.

Namespace: DevExpress.DashboardCommon

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

Declaration

public string Name { get; set; }

Property Value

Type Description
String

A String that specifies the name of the date-time period.

Remarks

You can assign the Name value to the RangeFilterDashboardItem.DefaultDateTimePeriodName property to specify the default selected range for the Range Filter.

See Also