CalendarPickerViewCellPreparedEventArgs.TextControl Property
Gets the text control contained within a processed cell.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
WebControl | A WebControl object containing the cell text. |
Remarks
Use the TextControl property to customize the text appearance.
See Also