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