DataGridRow Class

Contains data of a row.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public class DataGridRow : IDisposable
Inheritance
Object    DataGridRow
Implements
IDisposable

Constructors

DataGridRowInitializes a new instance of the DataGridRow class

Methods

Clear Removes all cells from this row.
Dispose Clean up any resources being used.
Dispose(Boolean) Disposes all unmanaged and possibly managed resources used by this object.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Destructs this object by calling its Dispose(Boolean) method.
(Overrides ObjectFinalize)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

CellsInRow Collection of cells in the row.

See Also