SiteMapColumn.BackColor Property
Gets or sets the background color of the current column.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Color | String.Empty | A Color structure which specifies the column’s background color. |
Remarks
Use the BackColor property to specify the background color of an individual column.
A common background color for all columns of a site map control can be defined via the BackColor property, available via the control’s ASPxSiteMapControlBase.ColumnStyle property.
See Also