HeaderControl.SetShowLeftBorder(DependencyObject, Boolean) Method
In This Article
Set the value of the HeaderControl.ShowLeftBorder attached property to a specified DependencyObject.
Namespace: DevExpress.Xpf.Scheduling.Visual
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
public static void SetShowLeftBorder(
DependencyObject obj,
bool value
)
#Parameters
Name | Type | Description |
---|---|---|
obj | Dependency |
The element to which the attached property is written. |
value | Boolean | The required Boolean value. |
See Also