TcxCustomGridTableController.ClearSelection Method
Unselects records within the current View.
Declaration
procedure ClearSelection; virtual;
Remarks
Use the ClearSelection method to unselect records selected within the View. You can refer to the Focused/Selected Records section for more information on selected records.
When GridMode is not applied, selected records can be obtained from the SelectedRecords collection. When a View works in bound GridMode, use its DataController.GetSelectedBookmark function instead.
See Also