Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FilterColumnDefinition Class / ListBehavior Property


In This Topic
    ListBehavior Property (FilterColumnDefinition)
    In This Topic
    Gets the list behavior.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ListBehavior As FilterListBehavior
    'Usage
     
    
    Dim instance As FilterColumnDefinition
    Dim value As FilterListBehavior
     
    value = instance.ListBehavior
    public FilterListBehavior ListBehavior {get;}
    See Also