Represents a BaseGridBehavior for hosting a RadGridView used in RadMultiColumnCombobox.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class MultiColumnComboGridBehavior : BaseGridBehavior, IGridBehavior, IDisposable
Inheritance: objectGridBehaviorImplSplitGridBehaviorBaseGridBehaviorMultiColumnComboGridBehavior
Implements:
Inherited Members
Constructors
C#
public MultiColumnComboGridBehavior()
Methods
Raises the event.
C#
public override bool OnMouseDown(MouseEventArgs e)
The MouseEventArgs instance containing the event data.
Returns:Overrides:
Raises the event.
C#
public override bool OnMouseUp(MouseEventArgs e)
The MouseEventArgs instance containing the event data.
Returns:Overrides: