Show / Hide Table of Contents

Class EditorGetAttribute

Get attribute

Inheritance
System.Object
EditorGetAttribute
Namespace: DataTables
Assembly: DataTables-Editor-Server.dll
Syntax
public class EditorGetAttribute : Attribute

Constructors

| Improve this Doc View Source

EditorGetAttribute(Boolean)

Constructor for a field attribute telling Editor the get state in a modal

Declaration
public EditorGetAttribute(bool get = true)
Parameters
Type Name Description
System.Boolean get

Get flag

Fields

| Improve this Doc View Source

Get

Field's get flag

Declaration
public bool Get
Field Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • EditorGetAttribute(Boolean)
  • Fields
    • Get
Back to top Generated by DocFX