C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / CellFactory Class


CellFactory Class Methods

For a list of all members of this type, see CellFactory members.

Public Methods
 NameDescription
Public MethodAllows derived classes to finish customizing cells after they have been created and all styles have been applied.  
Public MethodSets the content of a System.Windows.Controls.Border element used to display the value of the bottom left cells.  
Public MethodCreates a System.Windows.FrameworkElement responsible for representing a grid cell of a given type at the given coordinates.  
Public MethodCreates a System.Windows.Controls.Border element that represents the background and border of a grid cell and contains the cell data.  
Public MethodSets the content of a System.Windows.Controls.Border element used to display the value of a data cell.  
Public MethodSets the content of a System.Windows.Controls.Border element used to display the value of a data cell.  
Public MethodCreates a System.Windows.FrameworkElement responsible for editing the value in a grid cell at the given coordinates.  
Public MethodSets the content of a System.Windows.Controls.Border element used to display the value of a column footer cell.  
Public MethodSets the content of a System.Windows.Controls.Border element used to display the value of a column header cell.  
Public MethodSets the content of a System.Windows.Controls.Border element used to display the value of a row header cell.  
Public MethodSets the content of a System.Windows.Controls.Border element used to display the value of a row header cell.  
Public MethodDisposes of a System.Windows.FrameworkElement when its associated cell is scrolled out of view.  
Public MethodGets a System.Windows.Thickness value that represents the thickness of the cell borders.  
Public MethodGets a System.Windows.Thickness value that specifies the padding applied between the edge of the cell and its content area.  
Public MethodGets a System.Windows.Media.Imaging.BitmapImage used to indicate that a data item has one or more errors.  
Public MethodGets a value that determines whether to display sort symbols on a given a column header row.  
Public MethodThis method will be used to check the cell content is customized or not.  
Top
Protected Methods
 NameDescription
Protected Methodstatic (Shared in Visual Basic)Get column sort direction  
Protected MethodSets an error tooltip on a cell, honoring the grid's ErrorStyle property.  
Top
See Also