Click or drag to resize
ResultPropertyItem Class
搜索结果属性项目类
Inheritance Hierarchy
SystemObject
  Appkit.DataResultPropertyItem

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public class ResultPropertyItem

The ResultPropertyItem type exposes the following members.

Constructors
  NameDescription
Public methodResultPropertyItem
Top
Fields
  NameDescription
Public fieldStatic memberTD_STYLE
数据单元格的默认样式
Public fieldStatic memberTD_STYLE_NUM
数值类型数据单元格的默认样式
Top
Properties
  NameDescription
Public propertyCustom
是否是定制的项目
Public propertyExpandDefine
扩展定义
Public propertyExpanded
是否具有扩展定义
Public propertyId
属性项目标识 标识的格式为: 元素属性标识..顺序号
Public propertyIsChecked
是否被选中
Public propertyIsNumeric
是否数值类型
Public propertyPropDisplay
属性显示名称
Public propertyPropName
属性名称
Public propertyRuntimeStyle
单元格运行时样式
Public propertyRuntimeStyleClass
单元格运行时样式的类名
Public propertyStyle
单元格的样式
Public propertyStyleClass
单元格样式的类名
Top
See Also