DateTimePeriod.Name Property
In This Article
Gets or sets the name of the date-time period.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#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