ItemHeaderTappedEventArgs.Index Property
In This Article
Get the index of the tapped item’s header.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
#Declaration
C#
public int Index { get; }
#Property Value
Type | Description |
---|---|
Int32 | The tapped item’s header. |
See Also