New to Telerik UI for WinFormsStart a free 30-day trial

Represents a not supported field.

Definition

Constructors

Initializes a new instance of the NotSupportedField class.

C#
public NotSupportedField()

Initializes a new instance of the NotSupportedField class.

C#
public NotSupportedField(DocumentFragment codeFragment)
Parameters:codeFragmentDocumentFragment

The field code represented as DocumentFragment.

Initializes a new instance of the NotSupportedField class.

C#
public NotSupportedField(string fieldCode)
Parameters:fieldCodestring

The field code.

Fields

The field type.

C#
public static readonly string FieldType

Properties

Gets the name of the field type.

C#
public override string FieldTypeName { get; }

Overrides: Field.FieldTypeName

Methods

Copies all properties from another field of the same type.

C#
public override void CopyPropertiesFrom(Field fromField)
Parameters:fromFieldField

The other field, which has to be of the same type as the current instance.

Overrides: CodeBasedField.CopyPropertiesFrom(Field)

Creates a new instance of the current field class.

C#
public override Field CreateInstance()
Returns:

Field

The new field instance.

Overrides: Field.CreateInstance()

Gets the code fragment of the field.

C#
protected override DocumentFragment GetCodeFragment()
Returns:

DocumentFragment

The code fragment.

Overrides: CodeBasedField.GetCodeFragment()

Builds the result fragment of the field.

C#
protected override DocumentFragment GetResultFragment()
Returns:

DocumentFragment

The result fragment.

Overrides: Field.GetResultFragment()