Click or drag to resize

RecroGridColumnDefs Constructor

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
public ColumnDefs(
	HttpContext httpContext,
	IRGDataContext context,
	RecroGridRGProperty rgProperty,
	bool admin = false
)

Parameters

httpContext
Type: Microsoft.AspNetCore.HttpHttpContext
The HTTP context.
context
Type: Recrovit.RecroGridFramework.DataIRGDataContext
The data context.
rgProperty
Type: Recrovit.RecroGridFrameworkRecroGridRGProperty
The property.
admin (Optional)
Type: SystemBoolean
Ha true, akkor az aktuális felhasználó egy Adminisztrátor.
See Also