CalendarPickerViewCellCreatedEventArgs.Controls Property
Gets a control collection contained within a processed cell.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
ControlCollection | A ControlCollection object that is the collection of child controls. |
Remarks
By default, the Controls collection is empty, and the rendered cell’s content is the date’s display text.
See Also