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

適用対象