BCGControlBar Library for .NET
FieldChooser Class
Members 




Implements a form that displays columns (fields) currently hidden in Grid control.
Object Model
FieldChooser Class
Syntax
'Declaration
 
Public Class FieldChooser 
   Inherits System.Windows.Forms.Form
'Usage
 
Dim instance As FieldChooser
public class FieldChooser : System.Windows.Forms.Form 
public __gc class FieldChooser : public System.Windows.Forms.Form 
public ref class FieldChooser : public System.Windows.Forms.Form 
Remarks
You can drag fields (columns) from the Field Chooser window and drop them on Group By box or Grid header.
A FiledChooser object is created and maintained by Grid control. You should obtain a reference to FieldChooser from the GridControl.FieldChooserWnd property.
When you need to display/hide the Field Chooser set its Visible property to true/false respectively.
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.Form
                     BCGSoft.Controls.Grid.FieldChooser

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

FieldChooser Members
BCGSoft.Controls.Grid Namespace

Send Feedback