LayoutGroup.BackColor Property
In This Article
Gets or sets the current layout group’s background color.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Color | String. |
A Color structure which specifies the layout group’s background color. |
#Remarks
Use the BackColor property to specify the background color of an individual layout group.
See Also