Version

PreventEditingOfBoundProperties Property

Returns/sets whether the XamPropertyGrid should prevent the editing of dependency properties whose locally set value is a BindingExpression.
Syntax
'Declaration
 
Public Property PreventEditingOfBoundProperties As Boolean
public bool PreventEditingOfBoundProperties {get; set;}
Remarks
This property defaults to false. If set to true the following behavioral and appearance changes will be applied to PropertyGridPropertyItems that represent a DependencyProperty with a locally set BindingExpression: 1. The property will not be editable 2. The effective property value will not be displayed 3. The edit area for the property will be highlighted with a border and its reset/options button will be filled with the same distinctive color as the border.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also