GridWrapCellFactory Class Properties
For a list of all members of this type, see GridWrapCellFactory members.
| Name | Description |
 | AllowCustomCells | When set to true the methods GetCellKind(GridCellType,GridCellRange), CreateCell(GridCellType,GridCellRange,Object), BindCell(GridCellType,GridCellRange,GridCellView) and UnbindCell(GridCellType,GridCellRange,GridCellView) will be called allowing customized cells, inheriting from GridCellView. (Inherited from C1.WPF.Grid.GridCellFactory) |
 | AllowCustomToggleButton | Gets or sets whether the toggle-button for group rows are handled by this cell-factory. (Inherited from C1.WPF.Grid.GridCellFactory) |
 | CellsColumnsCount | Gets the number of columns belonging to the cells area. (Inherited from C1.WPF.Grid.GridCellFactory) |
 | CellsRowsCount | Gets the number of rows belonging to the cells area. (Inherited from C1.WPF.Grid.GridCellFactory) |
 | ColumnFooterRowsCount | Gets the number of rows belonging to the column footers area. (Inherited from C1.WPF.Grid.GridCellFactory) |
 | ColumnHeaderRowsCount | Gets the number of rows belonging to the column headers area. (Inherited from C1.WPF.Grid.GridCellFactory) |
 | ColumnsCount | Gets the total number of columns. (Inherited from C1.WPF.Grid.GridCellFactory) |
 | DefaultColumn | Gets the default column dimensions. (Inherited from C1.WPF.Grid.GridControlAdapter) |
 | DefaultRow | Gets the default row dimensions. (Inherited from C1.WPF.Grid.GridControlAdapter) |
 | Grid | Gets the associated grid. (Inherited from C1.WPF.Grid.GridCellFactory) |
 | InnerFactory | Gets the inner cell factory. |
 | IsCellSelection | Gets whether the selection is composed by cells. (Inherited from C1.WPF.Grid.GridCellFactory) |
 | IsColumnSelection | Gets whether the selection is composed by all the cells of the columns. (Inherited from C1.WPF.Grid.GridCellFactory) |
 | IsMouseOverEnabled | Gets whether the mouse-over state is reflected in the cells. (Inherited from C1.WPF.Grid.GridCellFactory) |
 | IsMultipleSelection | Gets whether the selection can be a range of cells. (Inherited from C1.WPF.Grid.GridCellFactory) |
 | IsMultiRangeSelection | Gets whether the selection can be composed by non-contiguous ranges of cells. (Inherited from C1.WPF.Grid.GridCellFactory) |
 | IsRowSelection | Gets whether the selection is composed by all the cells of the rows. (Inherited from C1.WPF.Grid.GridCellFactory) |
 | IsSelectionEnabled | Gets whether there is any selection possible in the grid. (Inherited from C1.WPF.Grid.GridCellFactory) |
 | NavigableRange | (Inherited from C1.WPF.Grid.GridCellFactory) |
 | RowHeaderColumnsCount | Gets the number of columns belonging to the row headers area. (Inherited from C1.WPF.Grid.GridCellFactory) |
 | RowsCount | Gets the total number of rows. (Inherited from C1.WPF.Grid.GridCellFactory) |
Top