Skip to main content
A newer version of this page is available. .
Tab

CalendarPickerViewCellPreparedEventArgs.TextControl Property

Gets the text control contained within a processed cell.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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