Skip to main content
Tab

ASPxTitleIndex.Categorized Property

Gets or sets whether items are displayed within categories.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool Categorized { get; set; }

Property Value

Type Default Description
Boolean false

true to represent data in categories; false, to represent data in groups.

Remarks

The ASPxTitleIndex control can display data items either in groups or in categories. This is specified by the Categorized property.

By default, data is presented in Groups. Items within a group are represented into one column, while groups can be arranged into multiple columns. Categories are displayed one under another, and can display multiple item columns (see the image below).

ASPxTitleIndex_ColumnCount

See Also