Skip to main content

MVCxFormLayoutItemCollection<ModelType>.AddTabbedGroupItem Method

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