Class ChildDataControlsPresenter
Presents the child data controls associated with the current parent record.
Inheritance
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class ChildDataControlsPresenter : Control
Constructors
ChildDataControlsPresenter()
Initializes a new instance of the Child
Declaration
public ChildDataControlsPresenter()
Fields
HierarchyChildTemplateProperty
Identifies the HierarchyChildTemplateProperty property.
Declaration
public static readonly DependencyProperty HierarchyChildTemplateProperty
Field Value
System.
|
HierarchyLevelProperty
Identifies the Hierarchy
Declaration
public static readonly DependencyProperty HierarchyLevelProperty
Field Value
System.
|
ParentRowProperty
Identifies the Parent
Declaration
public static readonly DependencyProperty ParentRowProperty
Field Value
System.
|
Properties
HierarchyChildTemplate
Gets or sets the content templates for detail tables.
Declaration
public DataTemplate HierarchyChildTemplate { get; set; }
Property Value
System.
|
Remarks
Please refer to Hierarchy
HierarchyLevel
Gets or sets the hierarchy level.
Declaration
public int HierarchyLevel { get; set; }
Property Value
System. The hierarchy level. |
ParentRow
Gets or sets the container for this instance in hierarchy structure.
Declaration
public GridViewRow ParentRow { get; set; }
Property Value
Grid The parent row. |
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.
|
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.
|