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

控件基类 更多...

类 FineUICore.Component 继承关系图:
FineUICore.ControlBase FineUICore.BaseMenuItem FineUICore.BoxComponent FineUICore.Menu FineUICore.Tool FineUICore.ToolbarFill FineUICore.ToolbarSeparator FineUICore.ToolbarText FineUICore.MenuItem FineUICore.MenuSeparator FineUICore.Button FineUICore.Calendar FineUICore.Container FineUICore.DataList FineUICore.Field FineUICore.MenuButton FineUICore.MenuCheckBox FineUICore.MenuHyperLink FineUICore.MenuText FineUICore.ButtonGroup FineUICore.FormRow FineUICore.PanelBase FineUICore.Toolbar FineUICore.CheckBox FineUICore.CheckBoxList FineUICore.HtmlEditor FineUICore.RadioButton FineUICore.RadioButtonList FineUICore.TextField FineUICore.ToolTipField

属性

virtual ? bool EncodeText [get, set]
 是否在客户端进行HTML编码
 
virtual bool FocusOnPageLoad [get, set]
 页面加载后立即获得焦点
 
virtual string CssClass [get, set]
 控件样式类名
 
virtual string CssStyle [get, set]
 控件样式
 
string Margin [get, set]
 外边距
 
int? MarginRight [get, set]
 右侧外边距
 
int? MarginLeft [get, set]
 左侧外边距
 
int? MarginTop [get, set]
 顶部外边距
 
int? MarginBottom [get, set]
 底部外边距
 
- 属性 继承自 FineUICore.ControlBase
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)
 获取回发页面的客户端脚本
 

详细描述

控件基类

属性说明

◆ CssClass

virtual string FineUICore.Component.CssClass
getset

控件样式类名

◆ CssStyle

virtual string FineUICore.Component.CssStyle
getset

控件样式

◆ EncodeText

virtual ? bool FineUICore.Component.EncodeText
getset

是否在客户端进行HTML编码

◆ FocusOnPageLoad

virtual bool FineUICore.Component.FocusOnPageLoad
getset

页面加载后立即获得焦点

◆ Margin

string FineUICore.Component.Margin
getset

外边距

◆ MarginBottom

int? FineUICore.Component.MarginBottom
getset

底部外边距

◆ MarginLeft

int? FineUICore.Component.MarginLeft
getset

左侧外边距

◆ MarginRight

int? FineUICore.Component.MarginRight
getset

右侧外边距

◆ MarginTop

int? FineUICore.Component.MarginTop
getset

顶部外边距


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