DataGrid.GridLinesVisibility Property

Definition

Gets or sets a value that indicates which grid lines are shown.

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

Property Value

One of the enumeration values that specifies which grid lines are shown in the DataGrid. The registered default is All. For more information about what can influence the value, see DependencyProperty.

Remarks

This property specifies whether the lines that separate rows and columns are visible. The appearance of the lines when they are visible is specified by the VerticalGridLinesBrush and HorizontalGridLinesBrush properties.

Applies to

See also