Add()
|
none
|
Adds a new row to the end of the collection and returns the newly created object.
|
Add(Action<MVCxVerticalGridRow>)
|
method
|
Adds a new row to the collection and allows you to customize this row in a delegate method implementation.
|
Add(String, MVCxVerticalGridRowType)
|
fieldName, rowType
|
Adds a new row to the collection and specifies the row’s type and bound field name.
|
Add(String, String, MVCxVerticalGridRowType)
|
fieldName, caption, rowType
|
Adds a new row to the collection and specifies the row’s type, caption and bound field name.
|
Add(String, String)
|
fieldName, caption
|
Adds a new row to the collection and specifies the row’s caption and bound field name.
|
Add(String)
|
fieldName
|
Adds a new row to the collection and specifies the rows’s bound field name.
|