Maintains the cell selection state for an ITreeDataGridSource.
public interface ITreeDataGridCellSelectionModel<T> : ITreeDataGridCellSelectionModel, ITreeDataGridSelection where T : class
kind:method, kind:property, kind:ctor. Press Esc to clear.SelectedIndexGets or sets the index of the currently selected cell.SelectedIndexesGets the indexes of the currently selected cells.SingleSelectGets or sets a value indicating whether only a single cell can be selected at a time.IsSelected(CellIndex)Checks whether the specified cell is selected.SetSelectedRange(CellIndex, Int32, Int32)Sets the current selection to the specified range of cells.SelectionChangedOccurs when the cell selection changes.