BCGControlBar Library for .NET
SetColumnName Method




Specifies new column name.
Sets column name without raising "PropertyChanged" event.
Syntax
'Declaration
 
Public Sub SetColumnName( _
   ByVal name As String _
) 
'Usage
 
Dim instance As GridColumn
Dim name As String
 
instance.SetColumnName(name)
public void SetColumnName( 
   string name
)
public: void SetColumnName( 
   string* name
) 
public:
void SetColumnName( 
   String^ name
) 

Parameters

name
Specifies new column name.
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