BarCheckItemLink.GroupIndex Property
Gets the item’s group index.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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