C# Class Skybrud.Umbraco.GridData.Rendering.GridControlWrapper

Helper class for wrapping a grid control.
Afficher le fichier Open project: skybrud/Skybrud.Umbraco.GridData Class Usage Examples

Méthodes publiques

Méthode Description
GridControlWrapper ( GridControl control ) : Skybrud.Umbraco.GridData.Interfaces

Wraps an instance of GridControl.

Method Details

GridControlWrapper() public méthode

Wraps an instance of GridControl.
public GridControlWrapper ( GridControl control ) : Skybrud.Umbraco.GridData.Interfaces
control GridControl The control to be wrap.
Résultat Skybrud.Umbraco.GridData.Interfaces