Skip to main content
Tab

TitleIndexColumn.Style Property

Gets the column’s style settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ColumnStyle Style { get; }

Property Value

Type Description
ColumnStyle

A ColumnStyle object that contains the style settings of the column.

Remarks

The Style property provides access to the style settings which define the appearance style of the current column.

A common appearance style can be applied to all columns within an ASPxTitleIndex control by using the ASPxTitleIndex.ColumnStyle property.

See Also