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

ASPxTitleIndex.ColumnStyle Property

Gets the style settings for all columns within the control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ColumnStyle ColumnStyle { get; }

Property Value

Type Description
ColumnStyle

A ColumnStyle object that contains the style settings for the columns.

Remarks

The ColumnStyle property provides access to the style settings which define the appearance style of all columns within the current ASPxTitleIndex control.

A specific style can be applied to a particular column by using the column’s TitleIndexColumn.Style property.

See Also