IFieldFormattingOptions.ApplyFormatInEditMode 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出欄位處於編輯模式時,DataFormatString 屬性所指定的格式化字串是否要套用到欄位值。
public:
property bool ApplyFormatInEditMode { bool get(); };
public bool ApplyFormatInEditMode { get; }
member this.ApplyFormatInEditMode : bool
Public ReadOnly Property ApplyFormatInEditMode As Boolean
屬性值
如果格式化字串會在編輯模式下套用,則為 true
,否則為 false
。