NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataGrid.RowHeaderWidth

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);

Property Value

The width of headers in the DataGrid. The default is 50.

See Also

DataGrid Class | DataGrid Members | System.WinForms Namespace