CompositeDataBoundControl.IsUsingModelBinders Property

Definition

Gets a value that indicates whether model binding is in use.

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

Property Value

true if model binding is in use; otherwise, false.

Applies to