ARMSoft.FlexibleTreeView.Data Namespace > BindingProvider Class : BidirectionalMode Property |
'Declaration
<DefaultValueAttribute()> <DescriptionAttribute("Gets or sets a value indicating whether all added, removed or moved objects in the bound data source will be reflected in the bound treeview and vice versa.")> Public Property BidirectionalMode As Boolean
'Usage
Dim instance As BindingProvider Dim value As Boolean instance.BidirectionalMode = value value = instance.BidirectionalMode
[DefaultValue()] [Description("Gets or sets a value indicating whether all added, removed or moved objects in the bound data source will be reflected in the bound treeview and vice versa.")] public bool BidirectionalMode {get; set;}
[DefaultValue()] [Description("Gets or sets a value indicating whether all added, removed or moved objects in the bound data source will be reflected in the bound treeview and vice versa.")] public: property bool BidirectionalMode { bool get(); void set ( bool value); }
true
if synchronize treeview and data sources objects. Default value is false
.Target Platforms: Windows 7, 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