MVCxFormLayoutItemCollection<ModelType>.AddGroupItem Method
Name | Parameters | Description |
---|---|---|
AddGroupItem() | none | Adds a layout group with default settings to the MVCxFormLayoutItemCollection<ModelType> collection. |
AddGroupItem(Action<MVCxFormLayoutGroup<ModelType>>) | method | Adds a layout group with the specified settings to the MVCxFormLayoutItemCollection<ModelType> collection. |
AddGroupItem(String) | caption | Adds a layout group with the specified caption to the MVCxFormLayoutItemCollection<ModelType> collection. |
AddGroupItem<ValueType>(Expression<Func<ModelType, ValueType>>, Action<MVCxFormLayoutGroup<ModelType>>) | expression, method | Adds a layout group to the MVCxFormLayoutItemCollection<ModelType> collection and binds this group to the specified Model field. |
AddGroupItem<ValueType>(Expression<Func<ModelType, ValueType>>) | expression | Adds a layout group to the MVCxFormLayoutItemCollection<ModelType> collection and binds this group to the specified Model field. |