共用方式為


IFieldFormattingOptions.ApplyFormatInEditMode 屬性

定義

取得或設定值,指出欄位處於編輯模式時,DataFormatString 屬性所指定的格式化字串是否要套用到欄位值。

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

屬性值

Boolean

如果格式化字串會在編輯模式下套用,則為 true,否則為 false

適用於