Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FilterColumnDefinition Class / ListBehavior Property
Example


In This Topic
    ListBehavior Property
    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;}

    Property Value

    FilterListBehavior setting that determines the behavior of the filter item list
    Example
    This example sets a row filter.
    See Also