Infragistics(R) NetAdvantage(R) for ASP.NET
ISelectionBehavior Interface Members
See Also  Properties  Methods  E-mail your feedback on this topic.
WebHierarchicalDataGrid Library > Infragistics.Web.UI Namespace : ISelectionBehavior Interface


The following tables list the members exposed by ISelectionBehavior.

Public Properties

 NameDescription
 PropertyselectedCells A 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.  
 PropertyselectedColumns A 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.  
 PropertyselectedRows A 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.  
Top

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  
Top

See Also

Copyright © 2003-2011 Infragistics, Inc. All rights reserved.