Presents the child data controls associated with the current parent record.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
public class ChildDataControlsPresenter : Control
Inheritance: objectChildDataControlsPresenter
Constructors
Initializes a new instance of the ChildDataControlsPresenter class.
public ChildDataControlsPresenter()
Fields
HierarchyChildTemplateProperty
DependencyProperty
Identifies the HierarchyChildTemplateProperty property.
public static readonly DependencyProperty HierarchyChildTemplateProperty
HierarchyLevelProperty
DependencyProperty
Identifies the HierarchyLevel dependency property.
public static readonly DependencyProperty HierarchyLevelProperty
ParentRowProperty
DependencyProperty
Identifies the ParentRow dependency property.
public static readonly DependencyProperty ParentRowProperty
Properties
HierarchyChildTemplate
DataTemplate
Gets or sets the content templates for detail tables.
public DataTemplate HierarchyChildTemplate { get; set; }
Please refer to HierarchyChildTemplate for more information on the property.
Gets or sets the hierarchy level.
public int HierarchyLevel { get; set; }
The hierarchy level.
Gets or sets the container for this instance in hierarchy structure.
public GridViewRow ParentRow { get; set; }
The parent row.
Methods
public override void OnApplyTemplate()
OnCreateAutomationPeer()
AutomationPeer
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer