DataGridView::RowHeadersBorderStyle Property
Gets or sets the border style of the row header cells.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
[BrowsableAttribute(true)] public: property DataGridViewHeaderBorderStyle RowHeadersBorderStyle { DataGridViewHeaderBorderStyle get (); void set (DataGridViewHeaderBorderStyle value); }
Property Value
Type: System.Windows.Forms::DataGridViewHeaderBorderStyleOne of the DataGridViewHeaderBorderStyle values.
| Exception | Condition |
|---|---|
| InvalidEnumArgumentException | The specified value when setting this property is not a valid DataGridViewHeaderBorderStyle value. |
| ArgumentException | The specified value when setting this property is Custom. |
If the RowHeadersBorderStyle property is set to anything other than Single, the GridColor property must be a system color.
You cannot set this property to the Custom value, which is a read-only value indicating that the border style has been customized through the use of the AdvancedRowHeadersBorderStyle property.
Note |
|---|
If visual styles are enabled for the application through the Application::EnableVisualStyles method and the EnableHeadersVisualStyles property is true, the row headers are painted using the current theme. In this case, the value of the RowHeadersBorderStyle property is ignored for all row headers except the TopLeftHeaderCell, to which the theme is not applied. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note