Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / RadioButtonListCellType Class / Values Property
Example


In This Topic
    Values Property (RadioButtonListCellType)
    In This Topic
    Gets or sets a string array of values for the radio button options.
    Syntax
    'Declaration
     
    
    Public Overridable Property Values As String()
    'Usage
     
    
    Dim instance As RadioButtonListCellType
    Dim value() As String
     
    instance.Values = value
     
    value = instance.Values
    public virtual string[] Values {get; set;}

    Property Value

    String array containing the values for the corresponding option buttons
    Remarks
    This property is available at run time only.
    Example
    See Also