DataGridView::AdvancedColumnHeadersBorderStyle Property
.NET Framework (current version)
Gets the border style of the column header cells in the DataGridView.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property DataGridViewAdvancedBorderStyle^ AdvancedColumnHeadersBorderStyle { DataGridViewAdvancedBorderStyle^ get(); }
Property Value
Type: System.Windows.Forms::DataGridViewAdvancedBorderStyle^A DataGridViewAdvancedBorderStyle that represents the border style of the DataGridViewColumnHeaderCell objects in the DataGridView.
Use the AdvancedColumnHeadersBorderStyle property to customize the appearance of column header cells' borders. To change the style of the borders using the built-in styles, use the ColumnHeadersBorderStyle property.
.NET Framework
Available since 2.0
Available since 2.0
Show: