RowStylesItem Property

Gets or sets a RowStyle object at specified index.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public RowStyle this[
	int index
] { get; set; }

Parameters

index  Int32
Index of the RowStyle to get or set.

Return Value

RowStyle
A RowStyle object at specified index.

See Also