BCGControlBar Library for .NET
Disabled Property (GridDataItem)




Currently not implemented. Use ReadOnly property to prevent editing of data items.
Syntax
'Declaration
 
Public Property Disabled As Boolean
'Usage
 
Dim instance As GridDataItem
Dim value As Boolean
 
instance.Disabled = value
 
value = instance.Disabled
public bool Disabled {get; set;}
public: __property bool get_Disabled();
public: __property void set_Disabled( 
   bool value
);
public:
property bool Disabled {
   bool get();
   void set (    bool 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

GridDataItem Class
GridDataItem Members

Send Feedback