IFieldFormattingOptions.ApplyFormatInEditMode 属性

定义

获取一个值,该值指示当字段处于编辑模式时,属性指定的 DataFormatString 格式字符串是否应用于字段值。

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

属性值

true 如果在编辑模式下应用格式字符串,则为 ;否则,为 false.

适用于