skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
  • Docs & Support
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RadioButtonField

Represents a field which usually provides group with several radio button options.

Inheritance
System.Object
FormField
RadioButtonField
Inherited Members
FormField.Name
FormField.TextProperties
FormField.Actions
FormField.UserInterfaceName
FormField.MappingName
FormField.IsReadOnly
FormField.IsRequired
FormField.ShouldBeSkipped
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.Fixed.Model.InteractiveForms
Assembly: Telerik.Windows.Documents.Fixed.dll

Syntax

public sealed class RadioButtonField : FormField, IInstanceIdOwner, IWidgetCreator<RadioButtonWidget>, ITwoStatesButtonField<RadioOption>

Constructors

RadioButtonField(String)

Initializes a new instance of RadioButtonField class.

Declaration
public RadioButtonField(string fieldName)
Parameters
System.String fieldName

The field name.

Properties

AllowToggleOff

Gets or sets boolean value indicating whether to allow deselecting all radio buttons.

Declaration
public bool AllowToggleOff { get; set; }
Property Value
System.Boolean

DefaultValue

Gets or sets the default field value used when the form is reset to its default values.

Declaration
public RadioOption DefaultValue { get; set; }
Property Value
RadioOption

FieldType

Gets the field type.

Declaration
public override FormFieldType FieldType { get; }
Property Value
FormFieldType

Overrides
FormField.FieldType

Options

Gets the collection of options to choose from.

Declaration
public RadioOptionCollection Options { get; }
Property Value
RadioOptionCollection

ShouldUpdateRadiosInUnison

Gets or sets boolean value indicating whether to turn on and off in unison radio buttons that have the same value.

Declaration
public bool ShouldUpdateRadiosInUnison { get; set; }
Property Value
System.Boolean

Value

Gets or sets the field value.

Declaration
public RadioOption Value { get; set; }
Property Value
RadioOption

Widgets

Gets the collection of widgets which are representing the radio button options.

Declaration
public RadioButtonWidgetCollection Widgets { get; }
Property Value
RadioButtonWidgetCollection

Getting Started
  • Getting Started
Support Resources
  • Documentation
Community
  • Forums
  • Blogs
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.