Skip to main content

TabView.ItemHeaderTapped Event

Occurs when a user taps an item header.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public event ItemHeaderTappedEventHandler ItemHeaderTapped

Event Data

The ItemHeaderTapped event's data class is ItemHeaderTappedEventArgs. The following properties provide information specific to this event:

Property Description
Cancel Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
Index Get the index of the tapped item’s header.
See Also