Class PushButtonField
Represents a push button form field that creates clickable buttons for triggering actions such as form submission, page navigation, or JavaScript execution.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model.InteractiveForms
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public sealed class PushButtonField : FormField<PushButtonWidget>, IInstanceIdOwner, IStructuralElement, IWidgetCreator<PushButtonWidget>
Constructors
PushButtonField(String)
Initializes a new instance of PushButtonField class.
Declaration
public PushButtonField(string fieldName)
Parameters
System.String
fieldName
The field name. |
Properties
FieldType
Gets the field type.
Declaration
public override FormFieldType FieldType { get; }
Property Value
FormFieldType
|