Skip to main content

ASPxPivotGrid.CssClass Property

Gets or sets the name of the cascading style sheet (CSS) class that specifies the ASpxPivotGrid’s style.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String String.Empty

A String value that specifies the cascading style sheet class’s name.

See Also