RangeFilterDashboardItem.DefaultDateTimePeriodName Property
Gets or sets the name of the date-time period used to apply a default selection to the Range Filter.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
[Browsable(false)]
[DefaultValue(null)]
public string DefaultDateTimePeriodName { get; set; }
Property Value
Type | Default | Description |
---|---|---|
String | null | A String that specifies the name of the date-time period used to apply a default selection to the Range Filter. |
Remarks
To learn how to create a set of predefined periods, see RangeFilterDashboardItem.DateTimePeriods.
See Also