Skip to main content

BootstrapColorEditCssClasses.ColorGrid Property

Specifies the name of a CSS class applied to the Color Edit’s color grid.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Property Value

Type Default Description
String String.Empty

A string that specifies the name of a CSS class.

See Also