Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Editor Namespace / MultiColumnEditor Class / ListAlignment Property


In This Topic
    ListAlignment Property (MultiColumnEditor)
    In This Topic
    Gets or sets to which side of the editor the list aligns.
    Syntax
    'Declaration
     
    
    Public Property ListAlignment As ListAlignment
    'Usage
     
    
    Dim instance As MultiColumnEditor
    Dim value As ListAlignment
     
    instance.ListAlignment = value
     
    value = instance.ListAlignment
    public ListAlignment ListAlignment {get; set;}

    Property Value

    ListAlignment setting that determines the alignment of the text of the list
    See Also