Class Overview TContains information about row selection. public RowSelectedInfo () Commentary Constructor. public RowSelectedInfo (int row, bool selected) Commentary Constructor.
row Row number. selected Selection state. public int Row {get; set;} Commentary Gets or sets the row number. public bool Selected {get; set;} Commentary Gets or sets the selection state. JR |