GridControl.DetailDescriptor Property
In This Article
Enables master-detail representation within this GridControl.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Detail |
A Detail |
#Remarks
This property is crucial to setting up the master-detail hierarchy within the GridControl. You need to initialize it with a proper DetailDescriptorBase descendant as outlined in the following table.
Detail Descriptor | Purpose |
---|---|
Data |
Use this object to display another Grid |
Content |
Use this object to display any set of controls within the Detail View. You can also use it to display a Grid |
Tab |
Use this object to display multiple details within a tabbed container. |
See Also