Skip to main content

TabPage.SwipeEnabled Property

Gets or sets whether a swipe gesture over the content area switches tab items.

Namespace: DevExpress.XamarinForms.Navigation

Assembly: DevExpress.XamarinForms.Navigation.dll

NuGet Package: DevExpress.XamarinForms.Navigation

Declaration

public bool SwipeEnabled { get; set; }

Property Value

Type Description
Boolean

true if swipes over the content area switch tab items; otherwise false.

See Also