DateFilterDashboardItem.DisplayTextPattern Property
In This Article
Gets or sets a string displayed in the Date Picker.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
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