RowStylesItem Property
Gets or sets a
RowStyle object at specified index.
Namespace: BeeMobile.TouchListAssembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
public RowStyle this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As RowStyle
Get
Set
- index Int32
- Index of the RowStyle to get or set.
RowStyleA
RowStyle object at specified index.