TabViewDetailDescriptor Class
In This Article
Displays multiple Details within a tabbed container.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
#Remarks
If you want to display multiple Details within a tabbed container, use a TabViewDetailDescriptor object to initialize the master grid's GridControl.DetailDescriptor property.
To populate the tabbed container with Details, use the MultiDetailDescriptor.DetailDescriptors property.
NOTE
The Tab
#Inheritance
See Also