Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DynamicFilterItem Class / Type Property


In This Topic
    Type Property (DynamicFilterItem)
    In This Topic
    Gets or sets the dynamic filter type.
    Syntax
    'Declaration
     
    
    Public Property Type As DynamicFilterType
    'Usage
     
    
    Dim instance As DynamicFilterItem
    Dim value As DynamicFilterType
     
    instance.Type = value
     
    value = instance.Type
    public DynamicFilterType Type {get; set;}
    See Also