System.Windows.Forms.DataGridTableStyle.RowHeadersVisible Property

Gets or sets a value indicating whether row headers are visible.

Syntax

[System.ComponentModel.DefaultValue(true)]
public bool RowHeadersVisible { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

When row headers are visible, a plus sign is displayed in each row header if the underlying System.Data.DataTable has a related child table.

This property will not function until you add System.Windows.Forms.DataGridTableStyle objects to the System.Windows.Forms.GridTableStylesCollection. Until then, setting this property will have no effect.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0