Gets or sets the width of headers.
[Visual Basic] Public Property RowHeaderWidth As Integer [C#] public int RowHeaderWidth {get; set;} [C++] public: __property int get_RowHeaderWidth(); public: __property void set_RowHeaderWidth(int); [JScript] public function get RowHeaderWidth() : int; public function set RowHeaderWidth(int);
The width of headers in the DataGrid. The default is 50.
DataGrid Class | DataGrid Members | System.WinForms Namespace