TouchListRowStyles Property

Gets the RowStylescollection which contains all the RowStyles objects of TouchList control.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public virtual RowStyles RowStyles { get; }

Property Value

RowStyles

Remarks

You can use the RowStyles to add, remove, insert, etc. RowStyles into TouchList object.

See Also