Class
ChildDataControlsPresenter

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

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class ChildDataControlsPresenter : Control

Inheritance: objectChildDataControlsPresenter

Constructors

ChildDataControlsPresenter()

Initializes a new instance of the ChildDataControlsPresenter class.

Declaration

cs-api-definition
public ChildDataControlsPresenter()

Fields

HierarchyChildTemplateProperty

Identifies the HierarchyChildTemplateProperty property.

Declaration

cs-api-definition
public static readonly DependencyProperty HierarchyChildTemplateProperty

Field Value

DependencyProperty

HierarchyLevelProperty

Identifies the HierarchyLevel dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty HierarchyLevelProperty

Field Value

DependencyProperty

ParentRowProperty

Identifies the ParentRow dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ParentRowProperty

Field Value

DependencyProperty

Properties

HierarchyChildTemplate

Gets or sets the content templates for detail tables.

Declaration

cs-api-definition
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

cs-api-definition
public int HierarchyLevel { get; set; }

Property Value

int

The hierarchy level.

ParentRow

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

Declaration

cs-api-definition
public GridViewRow ParentRow { get; set; }

Property Value

GridViewRow

The parent row.

Methods

OnApplyTemplate()

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnCreateAutomationPeer()

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

OnInitialized(EventArgs)

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs