Show / Hide Table of Contents

Class EditorSetAttribute

Set attribute

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

Constructors

| Improve this Doc View Source

EditorSetAttribute(Field.SetType)

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

Declaration
public EditorSetAttribute(Field.SetType set = Field.SetType.Both)
Parameters
Type Name Description
Field.SetType set

Set flag

Fields

| Improve this Doc View Source

Set

Field's set flag

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