Class TableFieldBase
Represents the base class for tables fields.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Flow.Model.Fields
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public abstract class TableFieldBase : Field
Constructors
TableFieldBase(RadFlowDocument)
Initializes a new instance of the TableFieldBase class.
Declaration
protected TableFieldBase(RadFlowDocument document)
Parameters
RadFlowDocument
document
The document. |
Methods
IsSwitchWithArgumentOverride(String)
Determines whether a switch can have an argument.
Declaration
protected override bool IsSwitchWithArgumentOverride(string switchKey)
Parameters
System.String
switchKey
The switch key. |
Returns
System.Boolean
True if the switch can have argument. |