Version

ISelectionBehavior Interface Members

The following tables list the members exposed by ISelectionBehavior.

Public Properties
 NameDescription
 PropertyselectedCellsA collection of cells that are currently selected in the WebDataGrid. To select a cell, use the Add method off of the Collection. To unselect a cell, use the Remove method off of the Collection.  
 PropertyselectedColumnsA collection of columns that are currently selected in the WebDataGrid. To select a column, use the Add method off of the Collection. To unselect a column, use the Remove method off of the Collection.  
 PropertyselectedRowsA collection of rows that are currently selected in the WebDataGrid. To select a row, use the Add method off of the Collection. To unselect a row, use the Remove method off of the Collection.  
Public Methods
 NameDescription
 MethodaddInternalColumnSelectionChangingHandlerAn pre column selection changing event, for use by the column resizing so that I can stop the selection behavior from removing my selected columns when doing a resize  
See Also