Skip to main content
A newer version of this page is available. .

HeaderControl.GetShowBottomBorder(DependencyObject) Method

Gets the HeaderControl.ShowBottomBorder attached property’s value for the specified DependencyObject.

Namespace: DevExpress.Xpf.Scheduling.Visual

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public static bool GetShowBottomBorder(
    DependencyObject obj
)

Parameters

Name Type Description
obj DependencyObject

The element from which the property value is read.

Returns

Type Description
Boolean

The element’s HeaderControl.ShowBottomBorder property value.

See Also