Skip to main content

HeaderControl.GetShowTopBorder(DependencyObject) Method

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

Namespace: DevExpress.Xpf.Scheduling.Visual

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public static bool GetShowTopBorder(
    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.ShowTopBorder property value.

See Also