Skip to main content

HeaderControl.GetShowRightBorder(DependencyObject) Method

Gets the HeaderControl.ShowRightBorder 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 GetShowRightBorder(
    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.ShowRightBorder property value.

See Also