Skip to main content
Tab

CalendarPickerViewCellInitializeEventArgs.DisplayText Property

Gets or sets the processed cell’s display text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public string DisplayText { get; set; }

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