FineUICore 11.7
企业级 ASP.NET Core 控件库
载入中...
搜索中...
未找到
FineUICore.GridFilter类 参考

表格过滤类 更多...

类 FineUICore.GridFilter 继承关系图:
FineUICore.ControlBase

属性

bool EnableMultiFilter [get, set]
 启用多条件
 
bool ShowMatcher [get, set]
 是否显示多条件匹配规则
 
string MatcherDefault [get, set]
 多条件匹配规则的默认值(默认为all,还可以设置为any)
 
virtual GridFilterOperatorCollection Operator [get]
 操作符
 
virtual GridFilterFieldCollection Field [get]
 过滤字段
 
bool FieldRequired [get, set]
 过滤字段是否必填项
 
- 属性 继承自 FineUICore.ControlBase
ControlBase Parent [get]
 父控件
 
string ProductName [get]
 产品名称
 
virtual string ProductVersion [get]
 产品版本
 
virtual JObject Attributes [get, set]
 HTML标签属性
 
string AttributeDataTag [get, set]
 HTML标签属性(data-tag)
 
string WrapperID [get]
 控件外部容器的客户端ID(比如:Button1_wrapper)
 
string ID [get, set]
 控件ID
 
virtual bool Enabled [get, set]
 是否可用
 
virtual bool Hidden [get, set]
 是否隐藏控件
 
virtual HideMode HideMode [get, set]
 隐藏模式
 
bool IsFineUIAjaxPostBack [get]
 是否处于FineUI的AJAX回发过程
 
bool IsFineUICoreAjaxPostBack [get]
 是否处于FineUI的AJAX回发过程
 
virtual ListenerCollection Listeners [get, set]
 客户端事件列表
 
virtual EventCollection Events [get, set]
 服务端事件列表
 

额外继承的成员函数

- Public 成员函数 继承自 FineUICore.ControlBase
 ControlBase ()
 构造函数
 
bool PropertyModified (string propertyName)
 回发过程中此属性是否被改变
 
bool PropertyModified (params string[] propertyNames)
 回发过程中这些属性是否被改变
 
string GetPostBackEventReference ()
 获取回发页面的客户端脚本
 
string GetPostBackEventReference (string action)
 获取回发页面的客户端脚本
 
string GetPostBackEventReference (string action, ParameterCollection parameters)
 获取回发页面的客户端脚本
 
string GetPostBackEventReference (Event evt)
 获取回发页面的客户端脚本
 
virtual string GetHideReference ()
 获取隐藏控件的客户端脚本
 
virtual string GetShowReference ()
 获取显示控件的客户端脚本
 

详细描述

表格过滤类

属性说明

◆ EnableMultiFilter

bool FineUICore.GridFilter.EnableMultiFilter
getset

启用多条件

◆ Field

virtual GridFilterFieldCollection FineUICore.GridFilter.Field
get

过滤字段

◆ FieldRequired

bool FineUICore.GridFilter.FieldRequired
getset

过滤字段是否必填项

◆ MatcherDefault

string FineUICore.GridFilter.MatcherDefault
getset

多条件匹配规则的默认值(默认为all,还可以设置为any)

◆ Operator

virtual GridFilterOperatorCollection FineUICore.GridFilter.Operator
get

操作符

◆ ShowMatcher

bool FineUICore.GridFilter.ShowMatcher
getset

是否显示多条件匹配规则


该类的文档由以下文件生成: