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

LayoutItem.CssClass Property

Gets or sets the name of the cascading style sheet (CSS) class associated with the current layout item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A string value specifying the name of the associated cascading style sheet class.

See Also