DateFilterDashboardItem.DisplayTextPattern Property
Gets or sets a string displayed in the Date Picker.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A String object displayed in the Date Picker. |
Remarks
A string can contain the {0} placeholder to display the range Start and the {1} placeholder to display the range End. If the DateFilterDashboardItem.FilterType value is DateFilterType.Between, the DisplayTextPattern value is “{0} - {1}”.
See Also