Skip to main content
Tab

TitleIndexColumn.BackColor Property

Gets or sets the current column’s background color.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(Color), "")]
public Color BackColor { get; set; }

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 title index control can be defined via the BackColor property, available via the control’s ASPxTitleIndex.ColumnStyle property.

See Also