다음을 통해 공유


CheckBoxField.NullDisplayText 속성

정의

필드 값이 null인 경우 해당 필드에 대해 표시되는 텍스트를 가져오거나 설정합니다. 이 속성은 CheckBoxField 클래스에서 지원하지 않습니다.

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

속성 값

String

null 값을 갖는 필드에 표시되는 텍스트입니다. 이 속성은 지원되지 않으며 NotSupportedException을 throw합니다.

특성

예외

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

설명

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

적용 대상

추가 정보