MultiEditorRowPropertiesCollection Properties
Represents a collection of items within a multi-editor row.Name | Description |
---|---|
Count | Gets the actual number of row items contained within the MultiEditorRow.PropertiesCollection. |
Item[Int32] | Gets a row item object from the MultiEditorRow.PropertiesCollection at the specified position. |
Item[String] | Gets a row item from the MultiEditorRow.PropertiesCollection by the bound field name. |
See Also