ContentDetailDescriptor Class
In This Article
Represents a Detail with freely-customizable content.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
#Remarks
When setting up master-detail hierarchy, the Detail may display either another grid or custom controls. If you choose to display custom controls, you will need to use the ContentDetailDescriptor object in one of the following ways:
- assign it to the master grid's GridControl.DetailDescriptor property;
- add it to the MultiDetailDescriptor.DetailDescriptors collection of a TabViewDetailDescriptor if you are setting up tabbed details.
The following are the main members in the ContentDetailDescriptor class that you will need to work with:
Member | Description |
---|---|
Detail |
Gets or sets the template specifying the entire or partial content of a Detail. |
Content |
Gets or sets the detail section's header content. This is a dependency property. |
#Inheritance
See Also