Version

Selection class Members

The following tables list the members exposed by Selection.

Public Constructors
 NameDescription
Public ConstructorSelection Constructor  
Public Properties
 NameDescription
Public PropertycellClickActionReturns/sets the action that will occur when a cell is clicked on the WebDataGrid.  
Public PropertycellSelectTypeDetermines how many cells can be selected at any given time.  
Public PropertycolumnSelectTypeDetermines how many columns can be selected at any given time.  
Public PropertyelementReturns the element assoicated with the item.  
Public Propertyevents  
Public Propertyid  
Public PropertyisInitialized  
Public PropertyisUpdating  
Public PropertynameGets the name of the behavior.  
Public PropertyrowSelectTypeDetermines how many rows can be selected at any given time.  
Public 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.  
Public PropertyselectedCellsCollectionsAn array of selected cells collections which are currently selected in WebDataGrid or in the WebHierarchicalDataGrid. To select a cell, use the Add method off of the Collection. To unselect a cell, use the Remove method off of the Collection.  
Public PropertyselectedCellsResolvedAn array of cells that are currently selected in the WebDataGrid or the WebHierarchicalDataGrid.  
Public 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.  
Public PropertyselectedColumnsCollectionsAn array of selected columns collections which are currently selected in WebDataGrid or in the WebHierarchicalDataGrid. To select a column, use the Add method off of the Collection. To unselect a column, use the Remove method off of the Collection.  
Public PropertyselectedColumnsResolvedAn array of columns that are currently selected in the WebDataGrid or the WebHierarchicalDataGrid.  
Public 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 PropertyselectedRowsCollectionsAn array of selected rows collections which are currently selected in WebDataGrid or in the WebHierarchicalDataGrid. 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 PropertyselectedRowsResolvedAn array of rows that are currently selected in the WebDataGrid or the WebHierarchicalDataGrid.  
Public Methods
 NameDescription
Public MethodaddInternalColumnSelectionChangingHandler  
Public MethodbeginUpdate  
Public MethoddisposeDisposes of the Selection behavior.  
Public MethodendUpdate  
Public MethodgetEditingOnGets flag which represents current editing behavior in progress with option to exit edit mode.  
Public Methodinitialize  
Public MethodraisePropertyChanged  
Public Methodupdated  
Public Events
 NameDescription
Public Eventdisposing  
Public EventpropertyChanged  
See Also