ASPxCalendar.ClearButtonText Property
Gets or sets the text displayed within the calendar’s Clear button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | "Clear" | A String value representing the text within the Clear button. |
Remarks
This property is a wrapper of the CalendarProperties.ClearButtonText property.
See Also