次の方法で共有


SelectListItem.Disabled プロパティ

定義

これが SelectListItem 無効かどうかを示す値を取得または設定します。 通常、このプロパティは HTML <option> 要素のdisabled="disabled"属性としてレンダリングされます。

public:
 property bool Disabled { bool get(); void set(bool value); };
public bool Disabled { get; set; }
member this.Disabled : bool with get, set
Public Property Disabled As Boolean

プロパティ値

適用対象