MetaColumn.ApplyFormatInEditMode 属性

定义

获取一个值,该值指示当包含 DataFormatString 对象表示的数据字段的数据绑定控件处于编辑模式时,MetaColumn 属性指定的格式设置字符串是否应用于字段值。

public:
 property bool ApplyFormatInEditMode { bool get(); };
public bool ApplyFormatInEditMode { get; }
member this.ApplyFormatInEditMode : bool
Public ReadOnly Property ApplyFormatInEditMode As Boolean

属性值

Boolean

如果当包含 DataFormatString 对象表示的数据字段的数据绑定控件处于编辑模式时,MetaColumn 属性指定的格式设置字符串应用于字段值,则为 true;否则为 false

实现

注解

ApplyFormatInEditMode属性验证属性 DisplayFormatAttribute 是否应用于数据字段并检索 DisplayFormatAttribute.ApplyFormatInEditMode 属性的值。 如果 DisplayFormatAttribute 找不到属性,此属性将验证是否应用属性 DataTypeAttribute 来检索格式设置信息。

适用于

另请参阅