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::AdjustedTopLeftHeaderBorderStyle Property

 

Gets the border style for the upper-left cell in the DataGridView.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
[BrowsableAttribute(false)]
property DataGridViewAdvancedBorderStyle^ AdjustedTopLeftHeaderBorderStyle {
	virtual DataGridViewAdvancedBorderStyle^ get();
}

Property Value

Type: System.Windows.Forms::DataGridViewAdvancedBorderStyle^

A DataGridViewAdvancedBorderStyle that represents the style of the border of the upper-left cell in the DataGridView.

The upper-left cell is the cell that is shared by the column header row and the row header column. The DataGridView gets the value of this property while painting the upper-left cell.

Notes to Inheritors:

Override this property if you want to customize the appearance of the border on the upper-left header cell.

The following code example demonstrates how to override the AdjustedTopLeftHeaderBorderStyle property to customize the borders of the upper-left cell. This code example is part of a larger example provided for the DataGridViewAdvancedBorderStyle class.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft