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

TitleIndexItem.GroupValue Property

Gets the group value of the current data item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue("")]
public object GroupValue { get; set; }

Property Value

Type Default Description
Object String.Empty

A Object representing the value of the group to which the current item belongs.

Remarks

Use the GroupValue property to specify the group value for a particular data item. Defining group values for data items from the ASPxTitleIndex.Items collection makes the control display its data grouped by the group values provided. If the GroupValue property is not set for any item from the ASPxTitleIndex.Items collection, data items are grouped alphabetically based on the first characters of the item’s TitleIndexItem.Text property values.

See Also