Share via


CheckBoxField.ApplyFormatInEditMode 属性

定义

重写 ApplyFormatInEditMode 属性。 CheckBoxField 类不支持该属性。

public:
 virtual property bool ApplyFormatInEditMode { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public override bool ApplyFormatInEditMode { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.ApplyFormatInEditMode : bool with get, set
Public Overrides Property ApplyFormatInEditMode As Boolean

属性值

在所有情况下均为 false。 此属性不受支持,并且引发 NotSupportedException

属性

例外

尝试读取或设置此属性的值。

注解

属性 ApplyFormatInEditMode 继承自 BoundField 类,但不适用于 CheckBoxField 类。 任何访问此属性的值的尝试都将引发 System.NotSupportedException 异常。

适用于

另请参阅