Skip to main content
A newer version of this page is available. .
Tab

TitleIndexColumn.BackgroundImage Property

Gets the column’s background image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
BackgroundImage String.Empty

A BackgroundImage object that represents the background image.

Remarks

Use the BackgroundImage property to access the settings of an image which should be displayed as the background of an individual column.

A common background image can be assigned to all columns within a title index control, by using the AppearanceStyleBase.BackgroundImage property, available via the control’s ASPxTitleIndex.ColumnStyle property.

See Also