ModelProperty.IsBrowsable Property

Definition

Determines whether the property can be shown in a property window.

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

Property Value

true if the property can be shown in a property window; otherwise, false.

Applies to