The CellFactory type exposes the following members.

Constructors

  Name Description
Public method CellFactory

Methods

  Name Description
Public method ApplyCellStyles
Allows derived classes to finish customizing cells after they have been created and all styles have been applied.
Public method CreateBottomLeftContent
Sets the content of a Border element used to display the value of the bottom left cells.
Public method CreateCell
Creates a FrameworkElement responsible for representing a grid cell of a given type at the given coordinates.
Public method CreateCellBorder
Creates a Border element that represents the background and border of a grid cell and contains the cell data.
Public method CreateCellContent
Sets the content of a Border element used to display the value of a data cell.
Public method CreateCellContentEditor
Sets the content of a Border element used to display the value of a data cell.
Public method CreateCellEditor
Creates a FrameworkElement responsible for editing the value in a grid cell at the given coordinates.
Public method CreateColumnFooterContent
Sets the content of a Border element used to display the value of a column footer cell.
Public method CreateColumnHeaderContent
Sets the content of a Border element used to display the value of a column header cell.
Public method CreateRowHeaderContent
Sets the content of a Border element used to display the value of a row header cell.
Public method CreateTopLeftContent
Sets the content of a Border element used to display the value of a row header cell.
Public method DisposeCell
Disposes of a FrameworkElement when its associated cell is scrolled out of view.
Public method Equals (Inherited from Object.)
Public method GetBorderThickness
Gets a Thickness value that represents the thickness of the cell borders.
Public method GetCellPadding
Gets a Thickness value that specifies the padding applied between the edge of the cell and its content area.
Public method GetErrorImage
Gets a BitmapImage used to indicate that a data item has one or more errors.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IsSortSymbolRow
Gets a value that determines whether to display sort symbols on a given a column header row.
Public method ToString (Inherited from Object.)

See Also