Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

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

Namespace:   System.Windows.Forms
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
Return to top
Show:
© 2017 Microsoft