MVCxGridViewLayoutItemCollection<ModelType>.AddGroupItem Method
Name | Parameters | Description |
---|---|---|
AddGroupItem() | none | Creates a new group item with the default settings and adds it to the MVCxGridViewLayoutItemCollection<ModelType> collection. |
AddGroupItem(Action<MVCxGridViewLayoutGroup<ModelType>>) | method | Adds a new group item to the MVCxGridViewLayoutItemCollection<ModelType> collection and allows you to customize this item in a delegate method implementation. |
AddGroupItem(String) | caption | Adds a new group item with the specified caption to the MVCxGridViewLayoutItemCollection<ModelType> collection. |
AddGroupItem<ValueType>(Expression<Func<ModelType, ValueType>>, Action<MVCxGridViewLayoutGroup<ModelType>>) | expression, method | Adds a layout item to the MVCxGridViewLayoutItemCollection<ModelType> collection and binds this item to the specified Model field. |
AddGroupItem<ValueType>(Expression<Func<ModelType, ValueType>>) | expression | Adds a layout item to the MVCxGridViewLayoutItemCollection<ModelType> collection and binds this item to the specified Model field. |