Skip to main content

BootstrapDayViewCssClasses.AllDayArea Property

Gets or sets the name of a CSS class applied to the Day View’s All Day Area.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue("")]
public string AllDayArea { get; set; }

Property Value

Type Default Description
String String.Empty

An String object that contains style settings.

See Also