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

適用於