Skip to main content
Bar

BarCheckItemLink.GroupIndex Property

Gets the item's group index.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public int GroupIndex { get; }

#Property Value

Type Description
Int32

An integer value that specifies the item's group index.

#Remarks

The GroupIndex property returns the value of the item's BarCheckItem.GroupIndex property. See this topic to learn more.

See Also