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입니다.

적용 대상