[]
绑定数据源编辑器
public class DataSourceEditorSetting : HyperlinkBaseEditorSetting, INotifyPropertyChanged
绑定数据源编辑器
public DataSourceEditorSetting()
允许添加自定义列
public bool AllowAddCustomColumns { get; set; }
类型 | 描述 |
---|---|
bool |
是否允许查询行数
public bool AllowQueryRowCount { get; set; }
类型 | 描述 |
---|---|
bool |
自动生成的列类型
public TableColumnKindFlags AutoGenerateColumnKind { get; set; }
类型 | 描述 |
---|---|
TableColumnKindFlags |
是否自动生成列
public bool AutoGenerateColumns { get; set; }
类型 | 描述 |
---|---|
bool |
数据源列配置
public List<BindingDataSourcePropertyItem> ColumnItems { get; set; }
类型 | 描述 |
---|---|
System.Collections.Generic.List<T><BindingDataSourcePropertyItem> |
命令插件中的属性编辑器中的属性名是否显示。
public override Visibility DefaultCaptionVisibility { get; }
类型 | 描述 |
---|---|
System.Windows.Visibility |
表示是否是 Id-pid 树结构
public bool IsIdPidStructure { get; set; }
类型 | 描述 |
---|---|
bool |
是否为表格数据源
public bool IsListviewDataSource { get; set; }
类型 | 描述 |
---|---|
bool |
空值查询策略
public NullFormulaValueQueryPolicy NullFormulaValueQueryPolicy { get; set; }
类型 | 描述 |
---|---|
NullFormulaValueQueryPolicy |
表示 Id-pid 树结构的Id列列名,只有IsIdPidStructure 为Tree时有效
public string TreeIdColumnName { get; set; }
类型 | 描述 |
---|---|
string |
表示 Id-pid 树结构的Pid列列名,只有IsIdPidStructure 为Tree时有效
public string TreePidColumnName { get; set; }
类型 | 描述 |
---|---|
string |