Skip to main content

TabView.SwipeEnabled Property

Gets or sets whether swipes over the content area switch tab items.

Namespace: DevExpress.XamarinForms.Navigation

Assembly: DevExpress.XamarinForms.Navigation.dll

NuGet Package: DevExpress.XamarinForms.Navigation

#Declaration

C#
public bool SwipeEnabled { get; set; }

#Property Value

Type Description
Boolean

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

See Also