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

적용 대상