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.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
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