DataGridHeaderBorder.SeparatorVisibility Property

Definition

Gets or sets the value that indicates whether the separation between headers is visible.

public:
 property System::Windows::Visibility SeparatorVisibility { System::Windows::Visibility get(); void set(System::Windows::Visibility value); };
public System.Windows.Visibility SeparatorVisibility { get; set; }
member this.SeparatorVisibility : System.Windows.Visibility with get, set
Public Property SeparatorVisibility As Visibility

Property Value

One of the enumeration values that indicates whether the SeparatorBrush is visible. The registered default is Visible. For more information about what can influence the value, see DependencyProperty.

Applies to