DataGridView.AdvancedRowHeadersBorderStyle Property

Definition

Gets the border style of the row header cells in the DataGridView.

public:
 property System::Windows::Forms::DataGridViewAdvancedBorderStyle ^ AdvancedRowHeadersBorderStyle { System::Windows::Forms::DataGridViewAdvancedBorderStyle ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.DataGridViewAdvancedBorderStyle AdvancedRowHeadersBorderStyle { get; }
[<System.ComponentModel.Browsable(false)>]
member this.AdvancedRowHeadersBorderStyle : System.Windows.Forms.DataGridViewAdvancedBorderStyle
Public ReadOnly Property AdvancedRowHeadersBorderStyle As DataGridViewAdvancedBorderStyle

Property Value

A DataGridViewAdvancedBorderStyle that represents the border style of the DataGridViewRowHeaderCell objects in the DataGridView.

Attributes

Remarks

Use the AdvancedRowHeadersBorderStyle property to customize the appearance of row header cells' borders in a derived DataGridView control. To change the style of the borders using the built-in styles, use the RowHeadersBorderStyle property.

Applies to

See also