Skip to main content
Tab

CalendarDayCellCreatedEventArgs.Controls Property

Gets a control collection contained within a created day cell.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ControlCollection Controls { get; }

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 day cell’s content is the date’s display text.

See Also