Skip to main content
Tab

CalendarDayCellInitializeEventArgs.DisplayText Property

Gets or sets the processed day 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 CalendarDayCellInitializeEventArgs.NavigateUrl property is defined, the DisplayText property’s value serves as a hyperlink and is displayed underlined.

See Also