BCGControlBar Library for .NET
SetDataIndex Method




Specifies the new data index.
Sets new data index without raising PropertyChanged event.
Syntax
'Declaration
 
Public Sub SetDataIndex( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As GridColumn
Dim index As Integer
 
instance.SetDataIndex(index)
public void SetDataIndex( 
   int index
)
public: void SetDataIndex( 
   int index
) 
public:
void SetDataIndex( 
   int index
) 

Parameters

index
Specifies the new data index.
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

GridColumn Class
GridColumn Members

Send Feedback