DataSourceDescriptor.IsDesignable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.