Skip to main content

TabView.IsHeaderPanelShadowVisible Property

Gets or sets whether the Header Panel’s shadow is visible.

Namespace: DevExpress.XamarinForms.Navigation

Assembly: DevExpress.XamarinForms.Navigation.dll

NuGet Package: DevExpress.XamarinForms.Navigation

#Declaration

C#
public bool IsHeaderPanelShadowVisible { get; set; }

#Property Value

Type Description
Boolean

true, if the Header Panel’s shadow is visible; otherwise, false.

See Also