CalendarPickerViewCellInitializeEventArgs.DisplayText Property
Gets or sets the processed cell’s display text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
String | A String value that specifies the display text of the processed cell. |
Remarks
If the CalendarPickerViewCellInitializeEventArgs.NavigateUrl property is defined, the DisplayText property’s value serves as a hyperlink and is displayed underlined.
See Also