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


In This Topic
    RepeatDirection Property (RadioButtonListCellType)
    In This Topic
    Gets or sets the direction in which the list of options are displayed in the editor control.
    Syntax
    'Declaration
     
    
    Public Property RepeatDirection As RepeatDirection
    'Usage
     
    
    Dim instance As RadioButtonListCellType
    Dim value As RepeatDirection
     
    instance.RepeatDirection = value
     
    value = instance.RepeatDirection
    public RepeatDirection RepeatDirection {get; set;}

    Property Value

    RepeatDirection setting that specifies the direction the options are displayed
    Example
    See Also