HeaderControl.GetShowLeftBorder(DependencyObject) Method
In This Article
Gets the HeaderControl.ShowLeftBorder attached property’s value for the specified DependencyObject.
Namespace: DevExpress.Xpf.Scheduling.Visual
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
public static bool GetShowLeftBorder(
DependencyObject obj
)
#Parameters
Name | Type | Description |
---|---|---|
obj | Dependency |
The element from which the property value is read. |
#Returns
Type | Description |
---|---|
Boolean | The element’s Header |
See Also