Skip to main content

DateFilterDashboardItem.DisplayTextPattern Property

Gets or sets a string displayed in the Date Picker.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue("")]
public string DisplayTextPattern { get; set; }

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