Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / FilteredTextCellType Class / FilterMode Property
Example


In This Topic
    FilterMode Property
    In This Topic
    Gets or sets the filter mode for the filtered text cell.
    Syntax
    'Declaration
     
    
    Public Property FilterMode As AjaxControlToolkit.FilterModes
    'Usage
     
    
    Dim instance As FilteredTextCellType
    Dim value As AjaxControlToolkit.FilterModes
     
    instance.FilterMode = value
     
    value = instance.FilterMode
    public AjaxControlToolkit.FilterModes FilterMode {get; set;}

    Property Value

    FilterModes setting that determines the filter mode
    Example
    This example sets up a filtered cell type.
    See Also