Back to Devexpress

MultiEditorRowPropertiesCollection.AddProperties(String) Method

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-multieditorrowpropertiescollection-dot-addproperties-x28-system-dot-string-x29.md

latest3.5 KB
Original Source

MultiEditorRowPropertiesCollection.AddProperties(String) Method

Creates a new MultiEditorRowProperties object which is bound to a specific data field and appends it to the collection.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
public MultiEditorRowProperties AddProperties(
    string fieldName
)
vb
Public Function AddProperties(
    fieldName As String
) As MultiEditorRowProperties

Parameters

NameTypeDescription
fieldNameString

A String value which specifies the name of the data field to which the newly created row item should be bound.

|

Returns

TypeDescription
MultiEditorRowProperties

A MultiEditorRowProperties object which represents the new row item.

|

Remarks

To add an array of existing row items to the collection, use the MultiEditorRowPropertiesCollection.AddRange method. To remove a row item from the collection, use the MultiEditorRowPropertiesCollection.Remove or MultiEditorRowPropertiesCollection.RemoveAt methods. You can also call the MultiEditorRowPropertiesCollection.Clear method to remove all row items from the collection.

See Also

AddRange(MultiEditorRowProperties[])

Remove(Object)

RemoveAt(Int32)

Clear()

Rows

MultiEditorRowPropertiesCollection Class

MultiEditorRowPropertiesCollection Members

DevExpress.XtraVerticalGrid.Rows Namespace