CalendarDayCellCreatedEventArgs.Controls Property
In This Article
Gets a control collection contained within a created day cell.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ControlCollection Controls { get; }
#Property Value
Type | Description |
---|---|
Control |
A Control |
#Remarks
By default, the Controls collection is empty, and the rendered day cell’s content is the date’s display text.
See Also