Show / Hide Table of Contents

Class PostGetEventArgs

Arguments for the 'PostGet' Editor event

Inheritance
System.Object
PostGetEventArgs
Namespace: DataTables
Assembly: DataTables-Editor-Server.dll
Syntax
public class PostGetEventArgs : EventArgs

Fields

| Improve this Doc View Source

Data

Data read from the database

Declaration
public List<Dictionary<string, object>> Data
Field Value
Type Description
List<Dictionary<System.String, System.Object>>
| Improve this Doc View Source

Editor

Editor instance that triggered the event

Declaration
public Editor Editor
Field Value
Type Description
Editor
| Improve this Doc View Source

Id

Id of the row to select - can be null to indicate that all rows will be selected

Declaration
public object Id
Field Value
Type Description
System.Object
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX