BCGControlBar Library for .NET
ParentData Property




Back reference to GridData.
Syntax
'Declaration
 
Public Property ParentData As GridData
'Usage
 
Dim instance As GridDataRow
Dim value As GridData
 
instance.ParentData = value
 
value = instance.ParentData
public GridData ParentData {get; set;}
public: __property GridData* get_ParentData();
public: __property void set_ParentData( 
   GridData* value
);
public:
property GridData^ ParentData {
   GridData^ get();
   void set (    GridData^ 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

GridDataRow Class
GridDataRow Members

Send Feedback