BOF
- Last UpdatedNov 17, 2021
- 1 minute read
The BOF property is a read-only property that returns whether the user has attempted to navigate prior to the first row in the data grid.
Syntax
Result = aaHistClientActiveDataGrid.BOF;
Return Value
The result is a discrete. True is returned if an attempt was made to move prior to the first row in the data grid through a call to the MovePrevious method; otherwise False is returned.