DataGridAllRowsCount Property

Gets or sets the all rows count. Use this property when you want to use GatheringRow delegate instead of databinding (DataSource property) to provide data into DataGrid.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public int AllRowsCount { get; set; }

Property Value

Int32

See Also