BCGControlBar Library for .NET
AutoExpandItemCollection Property (GridData)




Gets or sets a value that indicates whether to expand GridDataRow.ItemCollection automatically if some external code tries to access data at an index that exceeds collection Count.
Syntax
'Declaration
 
Public Property AutoExpandItemCollection As Boolean
'Usage
 
Dim instance As GridData
Dim value As Boolean
 
instance.AutoExpandItemCollection = value
 
value = instance.AutoExpandItemCollection
public bool AutoExpandItemCollection {get; set;}
public: __property bool get_AutoExpandItemCollection();
public: __property void set_AutoExpandItemCollection( 
   bool value
);
public:
property bool AutoExpandItemCollection {
   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

GridData Class
GridData Members

Send Feedback