BCGControlBar Library for .NET
RaiseDrawCellEventForCustomDataTypeOnly Property




Gets or sets a value that indicates whether to raise draw cell events for custom cells only.
Syntax
'Declaration
 
Public Property RaiseDrawCellEventForCustomDataTypeOnly As Boolean
'Usage
 
Dim instance As GridControl
Dim value As Boolean
 
instance.RaiseDrawCellEventForCustomDataTypeOnly = value
 
value = instance.RaiseDrawCellEventForCustomDataTypeOnly
public bool RaiseDrawCellEventForCustomDataTypeOnly {get; set;}
public: __property bool get_RaiseDrawCellEventForCustomDataTypeOnly();
public: __property void set_RaiseDrawCellEventForCustomDataTypeOnly( 
   bool value
);
public:
property bool RaiseDrawCellEventForCustomDataTypeOnly {
   bool get();
   void set (    bool value);
}
Remarks
Set this value to true to improve performance. Set this value to false to customize painting of standard cells.
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

GridControl Class
GridControl Members

Send Feedback