Show / Hide Table of Contents

    Class RadioGroup

    Inheritance
    System.Object
    WebFormControl
    WebFormField
    RadioGroup
    Inherited Members
    WebFormField.Value
    WebFormField.Type
    WebFormField.Hidden
    WebFormField.Readonly
    WebFormField.Required
    WebFormField.Hint
    WebFormField.ValidationID
    WebFormControl.ID
    WebFormControl.Label
    WebFormControl.Position
    WebFormControl.BehaviorID
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class RadioGroup : WebFormField

    Properties

    ColumnWidth

    Declaration
    public ColumnWidthType ColumnWidth { get; set; }
    Property Value
    Type Description
    ColumnWidthType

    NumberOfColumns

    Declaration
    public int NumberOfColumns { get; set; }
    Property Value
    Type Description
    System.Int32

    Options

    Declaration
    public List<WebFormOption> Options { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<WebFormOption>

    OptionsRows

    Declaration
    public List<List<WebFormOption>> OptionsRows { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Collections.Generic.List<WebFormOption>>

    Orientation

    Declaration
    public OrientationType Orientation { get; set; }
    Property Value
    Type Description
    OrientationType

    PredefinedValue

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

    SortOrder

    Declaration
    public string SortOrder { get; set; }
    Property Value
    Type Description
    System.String
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top