Skip to main content
Tab

LayoutGroup.CssClass Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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