ItemHeaderTappedEventArgs(Int32) Constructor
In This Article
Initializes a new instance of the ItemHeaderTappedEventArgs class with specified settings.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
#Declaration
C#
public ItemHeaderTappedEventArgs(
int index
)
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | The tapped item’s index. |
See Also