ASPxTitleIndex.Categorized Property
Gets or sets whether items are displayed within categories.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
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