[]
页面中的表格信息。
public interface IListViewInfo
是否允许在表格中加行。
bool AllowAddNewRow { get; }
类型 | 描述 |
---|---|
bool |
是否允许在表格中删行。
bool AllowDeleteRow { get; }
类型 | 描述 |
---|---|
bool |
是否允许在表格中编辑。
bool AllowEditRow { get; }
类型 | 描述 |
---|---|
bool |
绑定的数据表名。
string BindingTableName { get; }
类型 | 描述 |
---|---|
string |
表格的名称。
string ListViewName { get; }
类型 | 描述 |
---|---|
string |