C1.Silverlight.DataGrid Namespace : DataGridColumn Class |
For a list of all members of this type, see DataGridColumn members.
Name | Description | |
---|---|---|
BeginEdit | Begins the edit passing the System.Windows.RoutedEventArgs that raised the edit of the cell. | |
BindCellContent | Initializes the cell content presenter. | |
CancelCellEdit | Causes the column cell being edited to revert to the specified value. | |
ClearValue | (Inherited from System.Windows.DependencyObject) | |
CreateCellContent | Creates the visual element that will be used to display the info inside a cell of this column. | |
CreateGroupContent | Creates and initializes the FrameworkElement used to display in the group row related to this column. | |
EndEdit | This method is called when the user finish the editing of the cell. | |
GetAnimationBaseValue | (Inherited from System.Windows.DependencyObject) | |
GetCellContentRecyclingKey | Key used to store the cell content for future reuse in a shared pool. | |
GetCellEditingContent | Creates and initialize the visual element that will be used to edit the info of a cell belonging to this column when the cell is in edit mode. | |
GetCellText | Gets the text shown inside a cell. | |
GetCellValue | Gets the value represented by the cell belonging to this column and the specified row. | |
GetColumnText | Gets the text shown in the column header. | |
GetFilter | Gets the default filter of this column. | |
GetGroupText | Gets the text shown in the group row. | |
GetValue | (Inherited from System.Windows.DependencyObject) | |
PrepareCellForEdit | When overridden in a derived class, called when a cell in the column enters edit mode. | |
ReadLocalValue | (Inherited from System.Windows.DependencyObject) | |
SetCellValue | Sets the value in the cell belonging to this column and the specified row. | |
SetValue | (Inherited from System.Windows.DependencyObject) | |
ToString | Returns a System.String that represents the current System.Object. | |
UnbindCellContent | Unbinds the content of the cell. |