Intersoft ClientUI Documentation
IsRowDirtyBinding Property



Gets or sets the binding that associates the IsReadOnly attribute with a property in the data source.
Syntax
<CategoryAttribute("Common Properties")>
Public Property IsRowDirtyBinding As Binding
Dim instance As UXGridView
Dim value As Binding
 
instance.IsRowDirtyBinding = value
 
value = instance.IsRowDirtyBinding
[CategoryAttribute("Common Properties")]
public Binding IsRowDirtyBinding {get; set;}
[CategoryAttribute("Common Properties")]
public:
property Binding^ IsRowDirtyBinding {
   Binding^ get();
   void set (    Binding^ value);
}
Requirements

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

See Also

Reference

UXGridView Class
UXGridView Members

Send Feedback