Class DetailsViewRowControl
Represents the class that provides the common functionalities of DetailsViewDataGrid rows.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class DetailsViewRowControl : DataGridRowControl, 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