New to Telerik UI for WPFStart a free 30-day trial

Presents the child data controls associated with the current parent record.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public class ChildDataControlsPresenter : Control

Inheritance: objectChildDataControlsPresenter

Constructors

Initializes a new instance of the ChildDataControlsPresenter class.

C#
public ChildDataControlsPresenter()

Fields

Identifies the HierarchyChildTemplateProperty property.

C#
public static readonly DependencyProperty HierarchyChildTemplateProperty

HierarchyLevelProperty

DependencyProperty

Identifies the HierarchyLevel dependency property.

C#
public static readonly DependencyProperty HierarchyLevelProperty

ParentRowProperty

DependencyProperty

Identifies the ParentRow dependency property.

C#
public static readonly DependencyProperty ParentRowProperty

Properties

Gets or sets the content templates for detail tables.

C#
public DataTemplate HierarchyChildTemplate { get; set; }
Remarks:

Please refer to HierarchyChildTemplate for more information on the property.

Gets or sets the hierarchy level.

C#
public int HierarchyLevel { get; set; }
Property Value:

The hierarchy level.

Gets or sets the container for this instance in hierarchy structure.

C#
public GridViewRow ParentRow { get; set; }
Property Value:

The parent row.

Methods

C#
public override void OnApplyTemplate()
C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs