BinderOptions.BindNonPublicProperties 属性

定义

如果为 false(默认值),则绑定器将仅尝试设置公共属性。 如果为 true,则绑定器将尝试设置所有非只读属性。

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

属性值

适用于