Row Class

Represents a row in Rows collection.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public class Row
Inheritance
Object    Row

Constructors

Row Constructor.
Row(Int32, Int32) Constructor.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
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

DefaultNormalRowStyle Defines the default row style index for Normal row from RowStyles collection.
DefaultSelectedRowStyle Defines the default row style index for Selected row from RowStyles collection.
IsSelectable Specifies whether the row is selectable.
Items Items stored in a Dictionary. To get a RowItem call e.g.: Items["First Name"].
NormalRowStyle Specifies the the style's index for the normal row.
SelectedRowStyle Specifies the the style's index for the selected row.
Tag User-defined data associated with the object.

See Also