C# Class Skybrud.Umbraco.GridData.GridContext

Singleton class used for configuring and using the grid.
Afficher le fichier Open project: skybrud/Skybrud.Umbraco.GridData

Méthodes publiques

Свойство Type Description
Current GridContext

Méthodes publiques

Méthode Description
GetControlWrapper ( GridControl control ) : GridControlWrapper

Gets an instance of GridControlWrapper based on the specified control.

Private Methods

Méthode Description
GridContext ( ) : System

Method Details

GetControlWrapper() public méthode

Gets an instance of GridControlWrapper based on the specified control.
public GetControlWrapper ( GridControl control ) : GridControlWrapper
control GridControl The control to wrap.
Résultat Skybrud.Umbraco.GridData.Rendering.GridControlWrapper

Property Details

Current public_oe static_oe property

Gets the singleton instance of the GridContext class.
public static GridContext,Skybrud.Umbraco.GridData Current
Résultat GridContext