BinderOptions.BindNonPublicProperties Property

Definition

When false (the default), the binder will only attempt to set public properties. If true, the binder will attempt to set all non read-only properties.

public:
 property bool BindNonPublicProperties { bool get(); void set(bool value); };
public bool BindNonPublicProperties { get; set; }
member this.BindNonPublicProperties : bool with get, set
Public Property BindNonPublicProperties As Boolean

Property Value

Applies to