CheckBoxField.NullDisplayText プロパティ
アセンブリ: System.Web (system.web.dll 内)
 構文
構文Dim instance As CheckBoxField Dim value As String value = instance.NullDisplayText instance.NullDisplayText = value
public: virtual property String^ NullDisplayText { String^ get () override; void set (String^ value) override; }
/** @property */ public String get_NullDisplayText () /** @property */ public void set_NullDisplayText (String value)
public override function get NullDisplayText () : String public override function set NullDisplayText (value : String)
値が null 参照 (Visual Basic では Nothing) のフィールドに表示されるテキスト。このプロパティはサポートされていないので、System.NotSupportedException がスローされます。
 例外
例外 解説
解説NullDisplayText プロパティは、BoundField クラスから継承され、CheckBoxField クラスには適用されません。このプロパティの値にアクセスしようとすると、System.NotSupportedException 例外がスローされます。
 プラットフォーム
プラットフォームWindows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
 バージョン情報
バージョン情報 参照
参照- CheckBoxField.NullDisplayText プロパティのページへのリンク

 
                             
                    


