Class DetailsPresenter
This control is used for presenting row details.
Inheritance
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public sealed class DetailsPresenter : ContentControl, IWeakEventListener<PropertyChangedEventArgs>
Constructors
DetailsPresenter()
Fields
DetailsProviderProperty
Identifies the DetailsProvider dependency property.
Declaration
public static readonly DependencyProperty DetailsProviderProperty
Field Value
System.Windows.DependencyProperty
|
Properties
DetailsProvider
Gets or sets the IDetailsProvider for the control. If you are using this DetailsPresenter as an external details presenter you should assign this property to the RowDetailsProvider property of the grid you want to synchronize with.
Declaration
public IDetailsProvider DetailsProvider { get; set; }
Property Value
IDetailsProvider
|
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
|