ClassChildDataControlsPresenter
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
ChildDataControlsPresenter()
Initializes a new instance of the ChildDataControlsPresenter class.
Declaration
public ChildDataControlsPresenter()
Fields
HierarchyChildTemplateProperty
Identifies the HierarchyChildTemplateProperty property.
Declaration
public static readonly DependencyProperty HierarchyChildTemplateProperty
Field Value
DependencyProperty
HierarchyLevelProperty
Identifies the HierarchyLevel dependency property.
Declaration
public static readonly DependencyProperty HierarchyLevelProperty
Field Value
DependencyProperty
ParentRowProperty
Identifies the ParentRow dependency property.
Declaration
public static readonly DependencyProperty ParentRowProperty
Field Value
DependencyProperty
Properties
HierarchyChildTemplate
Gets or sets the content templates for detail tables.
Declaration
public DataTemplate HierarchyChildTemplate { get; set; }
Property Value
DataTemplate
Remarks
Please refer to HierarchyChildTemplate for more information on the property.
HierarchyLevel
Gets or sets the hierarchy level.
Declaration
public int HierarchyLevel { get; set; }
Property Value
The hierarchy level.
ParentRow
Gets or sets the container for this instance in hierarchy structure.
Declaration
public GridViewRow ParentRow { get; set; }
Property Value
The parent row.
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e