ClassDetailsPresenter
Class
This control is used for presenting row details.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public sealed class DetailsPresenter : ContentControl
Inheritance: objectDetailsPresenter
Constructors
DetailsPresenter()
Initializes a new instance of the DetailsPresenter class.
Declaration
cs-api-definition
public DetailsPresenter()
Fields
DetailsProviderProperty
Identifies the DetailsProvider dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty DetailsProviderProperty
Field Value
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
cs-api-definition
public IDetailsProvider DetailsProvider { get; set; }
Property Value
Methods
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