[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Plugin.IListViewInfo

接口 IListViewInfo

页面中的表格信息。

命名空间: GrapeCity.Forguncy.Plugin
程序集: GrapeCity.Forguncy.Plugin.dll
语法
public interface IListViewInfo

属性

AllowAddNewRow

是否允许在表格中加行。

声明
bool AllowAddNewRow { get; }
属性值
类型 描述
bool

AllowDeleteRow

是否允许在表格中删行。

声明
bool AllowDeleteRow { get; }
属性值
类型 描述
bool

AllowEditRow

是否允许在表格中编辑。

声明
bool AllowEditRow { get; }
属性值
类型 描述
bool

BindingTableName

绑定的数据表名。

声明
string BindingTableName { get; }
属性值
类型 描述
string

ListViewName

表格的名称。

声明
string ListViewName { get; }
属性值
类型 描述
string