DataSourceDescriptor.IsDesignable Property

Definition

When overridden in a derived class, gets the value indicating whether the data source is designable.

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

Property Value

true if the data source is designable; otherwise, false.

Remarks

Indicates whether the data source is designable, meaning that an instance of this type will be added to the design surface when binding. Designable data sources are bound by instance rather than by type. Data sources of type IComponent are designable.

Applies to