Skip to main content
Tab

CalendarPickerViewCellPreparedEventArgs.TextControl Property

Gets the text control contained within a processed cell.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public WebControl TextControl { get; }

Property Value

Type Description
WebControl

A WebControl object containing the cell text.

Remarks

Use the TextControl property to customize the text appearance.

See Also