BCGControlBar Library for .NET
AutoExpandItemCollection Property (GridDataRow)




Gets a value that indicates whether item collection is automatically expanded.
Syntax
'Declaration
 
Public ReadOnly Property AutoExpandItemCollection As Boolean
'Usage
 
Dim instance As GridDataRow
Dim value As Boolean
 
value = instance.AutoExpandItemCollection
public bool AutoExpandItemCollection {get;}
public: __property bool get_AutoExpandItemCollection();
public:
property bool AutoExpandItemCollection {
   bool get();
}
Remarks
This property depends on GridData.AutoExpandItemCollection.
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

GridDataRow Class
GridDataRow Members

Send Feedback