다음을 통해 공유


CheckBoxField.DataFormatString 속성

정의

필드 값의 표시 형식을 지정하는 문자열을 가져오거나 설정합니다. 이 속성은 CheckBoxField 클래스에서 지원하지 않습니다.

public:
 virtual property System::String ^ DataFormatString { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public override string DataFormatString { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.DataFormatString : string with get, set
Public Overrides Property DataFormatString As String

속성 값

String

필드 값의 표시 형식을 지정하는 서식 문자열입니다. 이 속성은 지원되지 않으며 NotSupportedException을 throw합니다.

특성

예외

이 속성의 값을 읽거나 설정하려고 한 경우

설명

DataFormatString 속성에서 상속 됩니다 합니다 BoundField 클래스에 적용 되지 않습니다 하지만 CheckBoxField 클래스입니다. 이 속성의 값에 액세스 하려는 모든 시도 발생 시킵니다를 System.NotSupportedException 예외입니다.

적용 대상

추가 정보