共用方式為


SelectListItem.Disabled 屬性

定義

取得或設定值,這個值表示這個 是否 SelectListItem 停用。 這個屬性通常會轉譯為 disabled="disabled" HTML <option> 元素中的屬性。

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

屬性值

適用於