C1.Silverlight.FlexGrid.5 Assembly > C1.Silverlight.FlexGrid Namespace : CellFactory Class |
For a list of all members of this type, see CellFactory members.
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 System.Windows.Controls.Border element used to display the value of the bottom left cells. | |
CreateCell | Creates a System.Windows.FrameworkElement responsible for representing a grid cell of a given type at the given coordinates. | |
CreateCellBorder | Creates a System.Windows.Controls.Border element that represents the background and border of a grid cell and contains the cell data. | |
CreateCellContent | Sets the content of a System.Windows.Controls.Border element used to display the value of a data cell. | |
CreateColumnFooterContent | Sets the content of a System.Windows.Controls.Border element used to display the value of a column footer cell. | |
CreateColumnHeaderContent | Sets the content of a System.Windows.Controls.Border element used to display the value of a column header cell. | |
CreateRowHeaderContent | Sets the content of a System.Windows.Controls.Border element used to display the value of a row header cell. | |
CreateTopLeftContent | Sets the content of a System.Windows.Controls.Border element used to display the value of a row header cell. | |
DisposeCell | Disposes of a System.Windows.FrameworkElement when its associated cell is scrolled out of view. | |
GetBorderThickness | Gets a System.Windows.Thickness value that represents the thickness of the cell borders. | |
GetCellPadding | Gets a System.Windows.Thickness value that specifies the padding applied between the edge of the cell and its content area. | |
GetErrorImage | Gets a System.Windows.Media.Imaging.BitmapImage used to indicate that a data item has one or more errors. | |
IsSortSymbolRow | Gets a value that determines whether to display sort symbols on a given a column header row. |