C# Class Skybrud.Umbraco.GridData.GridContext

Singleton class used for configuring and using the grid.
Show file Open project: skybrud/Skybrud.Umbraco.GridData

Public Properties

Property Type Description
Current GridContext

Public Methods

Method Description
GetControlWrapper ( GridControl control ) : GridControlWrapper

Gets an instance of GridControlWrapper based on the specified control.

Private Methods

Method Description
GridContext ( ) : System

Method Details

GetControlWrapper() public method

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

Property Details

Current public static property

Gets the singleton instance of the GridContext class.
public static GridContext,Skybrud.Umbraco.GridData Current
return GridContext