Class DetailsViewDataRow
Represents a class that holds the data of the DetailsView row.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.WinForms.DataGrid
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class DetailsViewDataRow : DataRow, IDisposable
Constructors
DetailsViewDataRow()
Initializes a new instance of the DetailsViewDataRow class.
Declaration
public DetailsViewDataRow()
Properties
DetailsViewDataGrid
Gets or sets the DetailsViewDataGrid of the row.
Declaration
public DetailsViewDataGrid DetailsViewDataGrid { get; set; }
Property Value
| Type |
|---|
| DetailsViewDataGrid |
Methods
Dispose(Boolean)
Disposes managed resources, including DetailsViewDataGrid and its listeners, when requested, then calls the base dispose logic.
Declaration
protected override void Dispose(bool isDisposing)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | isDisposing | True to dispose managed and unmanaged resources; false for unmanaged only. |
Overrides
OnGenerateVisibleColumns(VisibleLinesCollection)
Overriden for the generation of VisibleColumns.
Declaration
protected override void OnGenerateVisibleColumns(VisibleLinesCollection visibleColumnLines)
Parameters
| Type | Name | Description |
|---|---|---|
| VisibleLinesCollection | visibleColumnLines |
Overrides
Implements
System.IDisposable