FineUICore 11.7
企业级 ASP.NET Core 控件库
|
表单行控件扩展 更多...
Public 成员函数 | |
FormRowExtension (FormRow source) | |
构造函数 | |
FormRowExtension | ColumnWidths (string param) |
以空格分开的各列宽度(可以是像素数或者百分比,比如200px 50% 50) | |
FormRowExtension | Items (params IControlBaseExtension[] extensions) |
子控件集合 | |
FormRowExtension | Items (params ControlBase[] items) |
子控件集合 | |
Public 成员函数 继承自 FineUICore.ContainerExtension< FormRow, FormRowExtension > | |
ContainerExtension (Container source) | |
构造函数 | |
TExtension | LayoutAfterImagesLoad (bool param) |
容器中的全部图片加载完毕后,对容器重新进行布局 | |
TExtension | Layout (LayoutType param) |
布局类型 | |
属性 | |
new FormRow | Source [get] |
当前控件 | |
属性 继承自 FineUICore.ContainerExtension< FormRow, FormRowExtension > | |
new Container | Source [get] |
当前控件 | |
表单行控件扩展
FineUICore.FormRowExtension.FormRowExtension | ( | FormRow | source | ) |
构造函数
source |
FormRowExtension FineUICore.FormRowExtension.ColumnWidths | ( | string | param | ) |
以空格分开的各列宽度(可以是像素数或者百分比,比如200px 50% 50)
param |
FormRowExtension FineUICore.FormRowExtension.Items | ( | params ControlBase[] | items | ) |
子控件集合
items |
FormRowExtension FineUICore.FormRowExtension.Items | ( | params IControlBaseExtension[] | extensions | ) |
子控件集合
extensions |
|
get |
当前控件