Gets the column cell template of a specified GridViewColumn.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)
Syntax
| C# |
|---|
protected internal virtual DataTemplate GetColumnCellTemplate( GridViewColumn gridViewColumn, DataTemplate contentTemplate ) |
| Visual Basic (Declaration) |
|---|
Protected Friend 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.