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!

DataGridAddNewRow Class

This class fully encapsulates the painting logic for an addnew row appearing in a DataGrid.

Object
   DataGridRow
      DataGridAddNewRow

[Visual Basic]
Public Class DataGridAddNewRow
   Inherits DataGridRow
[C#]
public class DataGridAddNewRow : DataGridRow
[C++]
public __gc class DataGridAddNewRow : public DataGridRow
[JScript]
public class DataGridAddNewRow extends DataGridRow

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

DataGridAddNewRow Members | System.WinForms Namespace