MVCxFilterControlColumnCollection.Add Method
Name | Parameters | Description |
---|---|---|
Add() | none | Creates a new column and adds it to the collection. |
Add(Action<MVCxFilterControlColumn>) | method | Adds a column to the collection. |
Add(String, String) | propertyName, displayName | Creates and adds a column to the collection. |
Add(String) | propertyName | Creates a column and adds it to the collection. |