Gets the column cell template of a specified GridViewColumn.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.HierarchicalData.Controls (in DlhSoft.HierarchicalData.Controls.dll)
Syntax
C# |
---|
protected virtual DataTemplate GetColumnCellTemplate( GridViewColumn gridViewColumn, DataTemplate contentTemplate ) |
Visual Basic (Declaration) |
---|
Protected Overridable Function GetColumnCellTemplate ( _ gridViewColumn As GridViewColumn, _ contentTemplate As DataTemplate _ ) As DataTemplate |
Parameters
- gridViewColumn
- Type: System.Windows.Controls..::.GridViewColumn
The column to get the cell template for.
- contentTemplate
- Type: System.Windows..::.DataTemplate
The content template to be used.