Share via


WebBrowsableAttribute.Browsable Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob ein PropertyGridEditorPart-Steuerelement eine bestimmte Eigenschaft eines Webparts-Steuerelements anzeigen soll.

public:
 property bool Browsable { bool get(); };
public bool Browsable { get; }
member this.Browsable : bool
Public ReadOnly Property Browsable As Boolean

Eigenschaftswert

Boolean

true, wenn PropertyGridEditorPart die Eigenschaft anzeigt, andernfalls false.

Hinweise

Die Browsable Eigenschaft wird über den WebBrowsableAttribute Konstruktor festgelegt.

Gilt für