Skip to main content
A newer version of this page is available. .

BootstrapDayViewCssClasses.BottomMoreButton Property

Gets or sets the name of a CSS class applied to the Day View’s bottom More button.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Default Description
String String.Empty

An String object that contains style settings.

See Also