Show / Hide Table of Contents

Class DtRequest.ColumnT

Column class for server-side processing nested data

Inheritance
System.Object
DtRequest.ColumnT
Namespace: DataTables
Assembly: DataTables-Editor-Server.dll
Syntax
public class ColumnT : object

Fields

| Improve this Doc View Source

Data

Column data source property

Declaration
public string Data
Field Value
Type Description
System.String
| Improve this Doc View Source

Name

Column name

Declaration
public string Name
Field Value
Type Description
System.String
| Improve this Doc View Source

Orderable

Orderable flag

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

Search

Search term

Declaration
public DtRequest.SearchT Search
Field Value
Type Description
DtRequest.SearchT
| Improve this Doc View Source

Searchable

Searchable flag

Declaration
public Boolean Searchable
Field Value
Type Description
Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX