BCGControlBar Library for .NET
AutoDestroyData Property




Gets or sets a value that specifies whether the Grid automatically destroys its data.
Syntax
'Declaration
 
Public Property AutoDestroyData As Boolean
'Usage
 
Dim instance As GridControl
Dim value As Boolean
 
instance.AutoDestroyData = value
 
value = instance.AutoDestroyData
public bool AutoDestroyData {get; set;}
public: __property bool get_AutoDestroyData();
public: __property void set_AutoDestroyData( 
   bool value
);
public:
property bool AutoDestroyData {
   bool get();
   void set (    bool value);
}
Remarks
If this property is true, the Grid automatically destroys underlined grid data when a new data is set using the GridControlData property.
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