CheckBoxField.NullDisplayText 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
필드 값이 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
속성 값
null
값을 갖는 필드에 표시되는 텍스트입니다. 이 속성은 지원되지 않으며 NotSupportedException을 throw합니다.
- 특성
예외
이 속성의 값을 읽거나 설정하려고 한 경우
설명
NullDisplayText 속성에서 상속 됩니다 합니다 BoundField 클래스에 적용 되지 않습니다 하지만 CheckBoxField 클래스입니다. 이 속성의 값에 액세스 하려는 모든 시도 발생 시킵니다를 System.NotSupportedException 예외입니다.