Back to Devexpress

TabView.IsHeaderPanelShadowVisible Property

maui-devexpress-dot-maui-dot-controls-dot-tabview-bafa7465.md

latest1.3 KB
Original Source

TabView.IsHeaderPanelShadowVisible Property

Gets or sets whether the Header Panel‘s shadow is visible. This is a bindable property.

Namespace : DevExpress.Maui.Controls

Assembly : DevExpress.Maui.Controls.dll

NuGet Package : DevExpress.Maui.Controls

Declaration

csharp
public bool? IsHeaderPanelShadowVisible { get; set; }

Property Value

TypeDescription
Nullable<Boolean>

true - the header panel shadow is visible;
false - the header panel shadow is hidden;
null - specify HeaderPanelShadowColor and HeaderPanelShadowHeight properties to show the header panel shadow.

|

See Also

TabView Class

TabView Members

DevExpress.Maui.Controls Namespace