CheckBoxList.RenderWhenDataEmpty プロパティ

定義

データ ソースにデータがない場合、またはコントロールがデータ バインドされていない場合にコントロールをレンダリングするかどうかを示す値を取得または設定します。

public:
 virtual property bool RenderWhenDataEmpty { bool get(); void set(bool value); };
[System.Web.UI.Themeable(true)]
public virtual bool RenderWhenDataEmpty { get; set; }
[<System.Web.UI.Themeable(true)>]
member this.RenderWhenDataEmpty : bool with get, set
Public Overridable Property RenderWhenDataEmpty As Boolean

プロパティ値

true データ ソースにデータがない場合、またはコントロールがデータ バインドされていないときにコントロールがレンダリングされる場合。それ以外の場合は false

属性

適用対象