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


In This Topic
    ListBehavior Property (ColumnClipInfo)
    In This Topic
    Gets or sets what the row filter behavior is.
    Syntax
    'Declaration
     
    
    Public Property ListBehavior As FilterListBehavior
    'Usage
     
    
    Dim instance As ColumnClipInfo
    Dim value As FilterListBehavior
     
    instance.ListBehavior = value
     
    value = instance.ListBehavior
    public FilterListBehavior ListBehavior {get; set;}
    See Also