DateFilterDashboardItem.DefaultDateTimePeriodName Property
Gets or sets the name of the predefined period that the Date Filter selects initially.
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 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