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