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 Table
Declaration
protected TableFieldBase(RadFlowDocument document)
Parameters
Rad The document. |
Methods
IsSwitchWithArgumentOverride(String)
Determines whether a switch can have an argument.
Declaration
protected override bool IsSwitchWithArgumentOverride(string switchKey)
Parameters
System. The switch key. |
Returns
System. True if the switch can have argument. |