GridTableStylesCollection(Int32) Constructor

Constructs a new GridTableStylesCollection object with specified capacity.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public GridTableStylesCollection(
	int capacity
)

Parameters

capacity  Int32
The initial capacity of the GridTableStylesCollection.

See Also