TemplatedControlDesigner.DataBindingsEnabled Property

Definition

Gets a value indicating whether the designer allows data binding.

protected:
 virtual property bool DataBindingsEnabled { bool get(); };
protected override bool DataBindingsEnabled { get; }
member this.DataBindingsEnabled : bool
Protected Overrides ReadOnly Property DataBindingsEnabled As Boolean

Property Value

true, if the designer allows data binding; otherwise, false.

Applies to

See also