Name | Description | |
---|---|---|
![]() | GridCellFactory Constructor | Initializes a new instance of the GridCellFactory class. |
The following tables list the members exposed by GridCellFactory.
Name | Description | |
---|---|---|
![]() | GridCellFactory Constructor | Initializes a new instance of the GridCellFactory class. |
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. |
![]() | AllowCustomToggleButton | Gets or sets whether the toggle-button for group rows are handled by this cell-factory. |
![]() | CellsColumnsCount | Gets the number of columns belonging to the cells area. |
![]() | CellsRowsCount | Gets the number of rows belonging to the cells area. |
![]() | ColumnFooterRowsCount | Gets the number of rows belonging to the column footers area. |
![]() | ColumnHeaderRowsCount | Gets the number of rows belonging to the column headers area. |
![]() | ColumnsCount | Overridden. Gets the total number of columns. |
![]() | DefaultColumn | Gets the default column dimensions. (Inherited from C1.WinUI.Grid.GridControlAdapter) |
![]() | DefaultRow | Gets the default row dimensions. (Inherited from C1.WinUI.Grid.GridControlAdapter) |
![]() | Grid | Gets the associated grid. |
![]() | IsCellSelection | Overridden. Gets whether the selection is composed by cells. |
![]() | IsColumnSelection | Overridden. Gets whether the selection is composed by all the cells of the columns. |
![]() | IsMouseOverEnabled | Overridden. Gets whether the mouse-over state is reflected in the cells. |
![]() | IsMultipleSelection | Overridden. Gets whether the selection can be a range of cells. |
![]() | IsMultiRangeSelection | Overridden. Gets whether the selection can be composed by non-contiguous ranges of cells. |
![]() | IsRowSelection | Overridden. Gets whether the selection is composed by all the cells of the rows. |
![]() | IsSelectionEnabled | Overridden. Gets whether there is any selection possible in the grid. |
![]() | NavigableRange | Overridden. Gets the range of cells where a user can navigate with the keyboard as well as edit and select cells |
![]() | RowHeaderColumnsCount | Gets the number of columns belonging to the row headers area. |
![]() | RowsCount | Overridden. Gets the total number of rows. |
Name | Description | |
---|---|---|
![]() | AllowCustomCell | Gets whether custom cells are allowed for the specified range. |
![]() | AllowEditing | Overloaded. Overridden. Returns true when the cell in the specified range can be edited. |
![]() | BindCell | Overloaded. Overridden. Binds the cell. |
![]() | BindCellContent | Binds the content of the cell. |
![]() | CreateCell | Overloaded. Overridden. Creates the content of the cell. |
![]() | CreateCellContent | Creates the content of the cell. |
![]() | CreateCellEditor | Overloaded. Overridden. Creates the cell editor. |
![]() | GetCellContentType | Gets a key that defines the type of cell content. |
![]() | GetCellKind | Overloaded. Overridden. Gets a key that defines the type of cell content. |
![]() | GetCellText | Overloaded. Overridden. Gets the text representing the content of a cell. |
![]() | GetColumnOffset | Overloaded. Gets the distance between the origin and the specified column. (Inherited from C1.WinUI.Grid.GridControlAdapter) |
![]() | GetColumnRenderWidth | Gets the render width of the specified column. (Inherited from C1.WinUI.Grid.GridControlAdapter) |
![]() | GetDefaultColumn | Overridden. Gets the default column dimensions. |
![]() | GetDefaultRow | Overridden. Gets the default row dimensions. |
![]() | GetFrozenBottomRows | Overridden. Gets the number of frozen rows at the bottom. |
![]() | GetFrozenColumns | Overridden. Gets the number of frozen columns. |
![]() | GetFrozenRows | Overridden. Gets the number of frozen rows. |
![]() | GetHoverRange | Overridden. Gets range of cells from the coordinates of the hovered cell. |
![]() | GetRowOffset | Overloaded. Gets the distance between the origin and the specified row. (Inherited from C1.WinUI.Grid.GridControlAdapter) |
![]() | GetRowRenderHeight | Gets the render height of the specified row. (Inherited from C1.WinUI.Grid.GridControlAdapter) |
![]() | GetSelectedTimes | Overridden. Gets the number of times a cell is selected. |
![]() | GetSelectionRange | Overridden. Gets the effective selection range from another range. |
![]() | IsBottomFreezingSeparatorVisible | Overridden. Gets whether the bottom freezing separator is visible. |
![]() | IsLeftFreezingSeparatorVisible | Overridden. Gets whether the left freezing separator is visible. |
![]() | IsTopFreezingSeparatorVisible | Overridden. Gets whether the top freezing separator is visible. |
![]() | OnEditEnded | Overloaded. Overridden. Called when the editing of a cell ended. |
![]() | PrepareCell | Overloaded. Overridden. Prepares the cell to be shown. |
![]() | RefreshSelectedRanges | Overridden. Refreshes the grid according to the selected ranges. |
![]() | RevertCell | Reverts the style of a cell to be used again. (Inherited from C1.WinUI.Grid.GridControlAdapter) |
![]() | SetCellValue | Overloaded. Overridden. Sets the value of a specified cell. |
![]() | UnbindCell | Overloaded. Overridden. Unbinds the cell. |
![]() | UnbindCellContent | Unbinds the content of the cell. |