FineUICore  8.0.0
企业级 ASP.NET Core 控件库
FineUICore.PanelBase类 参考

面板控件基类 更多...

类 FineUICore.PanelBase 继承关系图:
FineUICore.Container FineUICore.BoxComponent FineUICore.Component FineUICore.ControlBase FineUICore.CollapsablePanel FineUICore.RegionPanel FineUICore.TabStrip FineUICore.Accordion FineUICore.AccordionPane FineUICore.FormBase FineUICore.Grid FineUICore.GroupPanel FineUICore.Panel FineUICore.Region FineUICore.Tab FineUICore.Tree FineUICore.Window

属性

virtual bool? AutoScroll [get, set]
 是否自动滚动 更多...
 
bool? EnableTableStyle [get, set]
 是否启用表格样式 更多...
 
int??? MinHeight [get, set]
 最小高度 更多...
 
int??? MinWidth [get, set]
 最小宽度 更多...
 
int??? MaxHeight [get, set]
 最大高度 更多...
 
int??? MaxWidth [get, set]
 最大宽度 更多...
 
bool? EnableFrame [get, set]
 启用自定义的圆角边框 更多...
 
string? BodyClass [get, set]
 内容区域的样式类名 更多...
 
string? BodyStyle [get, set]
 内容区域的样式 更多...
 
virtual string? BodyPadding [get, set]
 内容区域的内边距,字符串类型,可以设置上下左右的内边距,比如'0px 5px'或'5px 10px 2px 2px' 更多...
 
virtual bool? ShowBorder [get, set]
 是否显示边框 更多...
 
bool? IsViewPort [get, set]
 是否全屏视图(占据整个屏幕,仅适用于最外层控件) 更多...
 
bool? IsFluid [get, set]
 是否流式面板(占据整个宽度,仅适用于最外层控件) 更多...
 
bool? CustomToolAhead [get, set]
 自定义工具图标显示在系统工具图标的前面 更多...
 
virtual ToolbarCollection Toolbars [get, set]
 工具栏控件集合 更多...
 
virtual ControlBaseCollection Items [get]
 子控件集合 更多...
 
virtual ToolCollection Tools [get, set]
 工具图标集合 更多...
 
string? Content [get, set]
 面板内容 更多...
 
string? ContentEl [get, set]
 面板内容的jQuery选择器 更多...
 
virtual JObject IFrameAttributes [get, set]
 Iframe标签的属性 更多...
 
virtual string IFrameUrl [get, set]
 IFrame的地址 更多...
 
virtual string IFrameName [get, set]
 IFrame的名称 更多...
 
virtual bool? EnableIFrame [get, set]
 是否启用IFrame 更多...
 
- 属性 继承自 FineUICore.Container
override bool FocusOnPageLoad [get]
 不支持此属性 更多...
 
bool? LayoutAfterImagesLoad [get, set]
 容器中的全部图片加载完毕后,对容器重新进行布局 更多...
 
virtual LayoutTypeLayout [get, set]
 布局类型 更多...
 
- 属性 继承自 FineUICore.BoxComponent
int??? Width [get, set]
 宽度 更多...
 
int??? Height [get, set]
 高度 更多...
 
string? AnchorValue [get, set]
 锚点值(当父容器的Layout=Anchor时有效) 更多...
 
string? ColumnWidth [get, set]
 列的宽度(当父容器的Layout=Column时有效) 更多...
 
int??? AbsoluteX [get, set]
 绝对定位的X坐标(当父容器的Layout=Absolute时有效) 更多...
 
int??? AbsoluteY [get, set]
 绝对定位的Y坐标(当父容器的Layout=Absolute时有效) 更多...
 
int? TableConfigColumns [get, set]
 表格列数(当父容器的Layout=Table时有效) 更多...
 
int? TableRowspan [get, set]
 表格合并行(当父容器的Layout=Table时有效) 更多...
 
int? TableColspan [get, set]
 表格合并列(当父容器的Layout=Table时有效) 更多...
 
BoxLayoutAlignBoxConfigAlign [get, set]
 控制子控件的位置(当本容器的Layout=VBox或者HBox时有效) 更多...
 
BoxLayoutPositionBoxConfigPosition [get, set]
 控制子控件的位置(当本容器的Layout=VBox或者HBox时有效) 更多...
 
string? BoxConfigPadding [get, set]
 内边距(当本容器的Layout=VBox或者HBox时有效) 更多...
 
string? BoxConfigChildMargin [get, set]
 子控件的外边距(当本容器的Layout=VBox或者HBox时有效) 更多...
 
int? BoxFlex [get, set]
 控制子控件的尺寸(当父容器的Layout=VBox或者HBox时有效) 更多...
 
bool? RegionSplit [get, set]
 是否启用区域分隔条 更多...
 
bool? RegionSplitDraggable [get, set]
 区域分隔条是否可拖动 更多...
 
bool? RegionSplitIcon [get, set]
 是否显示区域分隔条图标 更多...
 
bool? RegionSplitTransparent [get, set]
 区域分隔条是否透明 更多...
 
int??? RegionSplitWidth [get, set]
 区域分隔条的宽度 更多...
 
string? RegionPercent [get, set]
 区域的百分比尺寸(当父容器的Layout=Region时有效) 更多...
 
bool? RegionSplitHeaderClass [get, set]
 是否为区域分隔条使用表头样式 更多...
 
PositionRegionPosition [get, set]
 区域所在的位置 更多...
 
int??? BlockConfigSpace [get, set]
 块间距(当本容器的Layout=Block时有效) 更多...
 
int? BlockConfigBlockCount [get, set]
 自定义总块数(当本容器的Layout=Block时有效) 更多...
 
int? Block [get, set]
 块大小,超小屏幕(当父容器的Layout=Block时有效) 更多...
 
int? BlockSM [get, set]
 块大小,小屏幕(当父容器的Layout=Block时有效) 更多...
 
int? BlockMD [get, set]
 块大小,中等屏幕(当父容器的Layout=Block时有效) 更多...
 
int? BlockLG [get, set]
 块大小,大屏幕(当父容器的Layout=Block时有效) 更多...
 
- 属性 继承自 FineUICore.Component
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 HideModeHideMode [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)
 获取回发页面的客户端脚本 更多...
 

详细描述

面板控件基类

属性说明

◆ AutoScroll

virtual bool? FineUICore.PanelBase.AutoScroll
getset

是否自动滚动

◆ BodyClass

string? FineUICore.PanelBase.BodyClass
getset

内容区域的样式类名

◆ BodyPadding

virtual string? FineUICore.PanelBase.BodyPadding
getset

内容区域的内边距,字符串类型,可以设置上下左右的内边距,比如'0px 5px'或'5px 10px 2px 2px'

◆ BodyStyle

string? FineUICore.PanelBase.BodyStyle
getset

内容区域的样式

◆ Content

string? FineUICore.PanelBase.Content
getset

面板内容

◆ ContentEl

string? FineUICore.PanelBase.ContentEl
getset

面板内容的jQuery选择器

◆ CustomToolAhead

bool? FineUICore.PanelBase.CustomToolAhead
getset

自定义工具图标显示在系统工具图标的前面

◆ EnableFrame

bool? FineUICore.PanelBase.EnableFrame
getset

启用自定义的圆角边框

◆ EnableIFrame

virtual bool? FineUICore.PanelBase.EnableIFrame
getset

是否启用IFrame

◆ EnableTableStyle

bool? FineUICore.PanelBase.EnableTableStyle
getset

是否启用表格样式

◆ IFrameAttributes

virtual JObject FineUICore.PanelBase.IFrameAttributes
getset

Iframe标签的属性

◆ IFrameName

virtual string FineUICore.PanelBase.IFrameName
getset

IFrame的名称

◆ IFrameUrl

virtual string FineUICore.PanelBase.IFrameUrl
getset

IFrame的地址

◆ IsFluid

bool? FineUICore.PanelBase.IsFluid
getset

是否流式面板(占据整个宽度,仅适用于最外层控件)

◆ IsViewPort

bool? FineUICore.PanelBase.IsViewPort
getset

是否全屏视图(占据整个屏幕,仅适用于最外层控件)

◆ Items

virtual ControlBaseCollection FineUICore.PanelBase.Items
get

子控件集合

◆ MaxHeight

int??? FineUICore.PanelBase.MaxHeight
getset

最大高度

◆ MaxWidth

int??? FineUICore.PanelBase.MaxWidth
getset

最大宽度

◆ MinHeight

int??? FineUICore.PanelBase.MinHeight
getset

最小高度

◆ MinWidth

int??? FineUICore.PanelBase.MinWidth
getset

最小宽度

◆ ShowBorder

virtual bool? FineUICore.PanelBase.ShowBorder
getset

是否显示边框

◆ Toolbars

virtual ToolbarCollection FineUICore.PanelBase.Toolbars
getset

工具栏控件集合

◆ Tools

virtual ToolCollection FineUICore.PanelBase.Tools
getset

工具图标集合


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