DataGridView.AdvancedRowHeadersBorderStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the border style of the row header cells in the DataGridView.
public:
property System::Windows::Forms::DataGridViewAdvancedBorderStyle ^ AdvancedRowHeadersBorderStyle { System::Windows::Forms::DataGridViewAdvancedBorderStyle ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.DataGridViewAdvancedBorderStyle AdvancedRowHeadersBorderStyle { get; }
[<System.ComponentModel.Browsable(false)>]
member this.AdvancedRowHeadersBorderStyle : System.Windows.Forms.DataGridViewAdvancedBorderStyle
Public ReadOnly Property AdvancedRowHeadersBorderStyle As DataGridViewAdvancedBorderStyle
Property Value
A DataGridViewAdvancedBorderStyle that represents the border style of the DataGridViewRowHeaderCell objects in the DataGridView.
- Attributes
Remarks
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.