Show / Hide Table of Contents

    Class DropDownList

    Inheritance
    System.Object
    WebFormControl
    WebFormField
    DropDownList
    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 DropDownList : WebFormField

    Properties

    Options

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

    PredefinedValue

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

    SelectListGuid

    Declaration
    public string SelectListGuid { 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