Skip to main content
Tab

GridColumnDateRangePickerSettings.TodayButtonText Property

Gets or sets the today button text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String "Today"

A string value that is the today button text.

See Also