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 ChildDataControlsPresenter class.
Declaration
public ChildDataControlsPresenter()
Fields
HierarchyChildTemplateProperty
Identifies the HierarchyChildTemplateProperty property.
Declaration
public static readonly DependencyProperty HierarchyChildTemplateProperty
Field Value
System.Windows.DependencyProperty
|
HierarchyLevelProperty
Identifies the HierarchyLevel dependency property.
Declaration
public static readonly DependencyProperty HierarchyLevelProperty
Field Value
System.Windows.DependencyProperty
|
ParentRowProperty
Identifies the ParentRow dependency property.
Declaration
public static readonly DependencyProperty ParentRowProperty
Field Value
System.Windows.DependencyProperty
|
Properties
HierarchyChildTemplate
Gets or sets the content templates for detail tables.
Declaration
public DataTemplate HierarchyChildTemplate { get; set; }
Property Value
System.Windows.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
System.Int32
The hierarchy level. |
ParentRow
Gets or sets the container for this instance in hierarchy structure.
Declaration
public GridViewRow ParentRow { get; set; }
Property Value
GridViewRow
The parent row. |
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
|