The CellFactory type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
CellFactory |
Methods
| Name | Description | |
|---|---|---|
|
|
ApplyCellStyles |
Allows derived classes to finish customizing cells after they have been
created and all styles have been applied.
|
|
|
CreateBottomLeftContent |
Sets the content of a Border element used to display the value of the bottom left cells.
|
|
|
CreateCell |
Creates a FrameworkElement responsible for representing a grid
cell of a given type at the given coordinates.
|
|
|
CreateCellBorder |
Creates a Border element that represents the background and
border of a grid cell and contains the cell data.
|
|
|
CreateCellContent |
Sets the content of a Border element used to display the value of a data cell.
|
|
|
CreateCellContentEditor |
Sets the content of a Border element used to display the value of a data cell.
|
|
|
CreateCellEditor |
Creates a FrameworkElement responsible for editing the value in a grid
cell at the given coordinates.
|
|
|
CreateColumnFooterContent |
Sets the content of a Border element used to display the value of a column footer cell.
|
|
|
CreateColumnHeaderContent |
Sets the content of a Border element used to display the value of a column header cell.
|
|
|
CreateRowHeaderContent |
Sets the content of a Border element used to display the value of a row header cell.
|
|
|
CreateTopLeftContent |
Sets the content of a Border element used to display the value of a row header cell.
|
|
|
DisposeCell |
Disposes of a FrameworkElement when its associated cell is scrolled
out of view.
|
|
|
Equals | (Inherited from Object.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
|
GetBorderThickness |
Gets a Thickness value that represents the thickness of the cell borders.
|
|
|
GetCellPadding |
Gets a Thickness value that specifies the padding applied between
the edge of the cell and its content area.
|
|
|
GetErrorImage |
Gets a BitmapImage used to indicate that a data item has
one or more errors.
|
|
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
IsSortSymbolRow |
Gets a value that determines whether to display sort symbols on a given a column header row.
|
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |