Back to Devexpress

TitleIndexItem.GroupValue Property

aspnet-devexpress-dot-web-dot-titleindexitem-dda4578e.md

latest1.9 KB
Original Source

TitleIndexItem.GroupValue Property

Gets the group value of the current data item.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public object GroupValue { get; set; }
vb
<DefaultValue("")>
Public Property GroupValue As Object

Property Value

TypeDefaultDescription
ObjectString.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

Title Index

TitleIndexItem Class

TitleIndexItem Members

DevExpress.Web Namespace