Class GridListBox
Specifies the list box used in a MultiColumnComboBox.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class GridListBox : GridListControl, IThemedControl, ISupportInitialize, IThemeProvider, IVisualStyle
Remarks
The documentation for the base class GridListControl is available as part of Essential Grid.
Constructors
GridListBox()
Declaration
public GridListBox()
Methods
CreateGridChild()
Declaration
protected override GridListControlChild CreateGridChild()
Returns
Type |
---|
GridListControlChild |
Overrides
OnBindingContextChanged(EventArgs)
Declaration
protected override void OnBindingContextChanged(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
Overrides
SetCellInfo(GridRangeInfo, GridStyleInfo)
Declaration
public void SetCellInfo(GridRangeInfo range, GridStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
GridRangeInfo | range | |
GridStyleInfo | style |
WndProc(ref Message)
Declaration
protected override void WndProc(ref Message m)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Message | m |
Overrides
Implements
System.ComponentModel.ISupportInitialize