The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DataGridView::AdvancedRowHeadersBorderStyle Property
.NET Framework (current version)
Gets the border style of the row header cells in the DataGridView.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property DataGridViewAdvancedBorderStyle^ AdvancedRowHeadersBorderStyle { DataGridViewAdvancedBorderStyle^ get(); }
Property Value
Type: System.Windows.Forms::DataGridViewAdvancedBorderStyle^A DataGridViewAdvancedBorderStyle that represents the border style of the DataGridViewRowHeaderCell objects in the DataGridView.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: