Sets the value of the ShowBorder attached property to a specified System.Windows.DependencyObject.
Namespace:DevExpress.Xpf.PivotGrid
Assembly:DevExpress.Xpf.PivotGrid.v19.2.dll

Syntax
C# |
public static void SetShowBorder(
DependencyObject element,
bool value
)
|
VB |
static Public Sub SetShowBorder(
ByVal element As DependencyObject,
ByVal value As Boolean
)
|
Parameters
-
element
-
Type: DependencyObject
The element to which the attached property is written.
-
value
-
Type: Boolean
The required System.Boolean value.

See Also