alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class RadioButtonFormField

    Represents a radio button form field.

    Inheritance
    System.Object
    FormField
    RadioButtonFormField
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    FormField.CustomData
    FormField.FlattenOnSave
    FormField.IsHidden
    FormField.Name
    FormField.PageNumber
    FormField.PropertyChanged
    FormField.ReadOnly
    FormField.Widgets
    Namespace: Syncfusion.Maui.PdfViewer
    Assembly: Syncfusion.Maui.PdfViewer.dll
    Syntax
    public class RadioButtonFormField : FormField, INotifyPropertyChanged

    Properties

    Items

    Gets the list of items in the radio button

    Declaration
    public List<string> Items { get; }
    Property Value
    Type
    System.Collections.Generic.List<System.String>

    SelectedItem

    Gets or sets a value that indicates the selected item in the radio button.

    Declaration
    public string SelectedItem { get; set; }
    Property Value
    Type
    System.String

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved