Back to Devexpress

ASPxTitleIndex.Categorized Property

aspnet-devexpress-dot-web-dot-aspxtitleindex-1590175d.md

latest1.9 KB
Original Source

ASPxTitleIndex.Categorized Property

Gets or sets whether items are displayed within categories.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool Categorized { get; set; }
vb
<DefaultValue(False)>
Public Property Categorized As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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).

See Also

ColumnCount

Title Index

ASPxTitleIndex Class

ASPxTitleIndex Members

DevExpress.Web Namespace