Class DetailsViewRowControl
Represents the class that provides the common functionalities of DetailsViewDataGrid rows.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class DetailsViewRowControl : VirtualizingCellsControl, IDisposable
Constructors
DetailsViewRowControl()
Initializes a new instance of DetailsViewRowControl class.
Declaration
public DetailsViewRowControl()
Methods
SetContent()
Sets the content of a control.
Declaration
protected override void SetContent()
Overrides
Implements
System.IDisposable