Back to Devexpress

TabView.ItemHeaderTapped Event

maui-devexpress-dot-maui-dot-controls-dot-tabview-9b16e291.md

latest1.3 KB
Original Source

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

csharp
public event ItemHeaderTappedEventHandler ItemHeaderTapped

Event Data

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

PropertyDescription
CancelGets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
IndexGet the index of the tapped item’s header.

See Also

TabView Class

TabView Members

DevExpress.Maui.Controls Namespace