ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ColumnFilter Class / ConditionFilter Property

In This Topic
    ConditionFilter Property (ColumnFilter)
    In This Topic
    Gets the condition filter in this column filter.
    Syntax
    'Declaration
     
    Public ReadOnly Property ConditionFilter As ConditionFilter
    public ConditionFilter ConditionFilter {get;}
    Remarks
    It is provided to represent the condition filter setting. Don't suggeset the user modifying it.
    See Also