Class SelectionBridgeEventArgs
EventArgs associated with SelectionBridge events.
Inheritance
System.Object
SelectionBridgeEventArgs
Namespace: Telerik.Windows.Controls.MultiColumnComboBox
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class SelectionBridgeEventArgs : EventArgs
Properties
SelectionBridge
Gets or sets the SelectionBridge instance.
Declaration
public ISelectionBridge SelectionBridge { get; set; }
Property Value
ISelectionBridge
|