ClassDropDownContentManagerEventArgs
Class
EventArgs associated with DropDownContentManager events.
Definition
Namespace:Telerik.Windows.Controls.MultiColumnComboBox
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public class DropDownContentManagerEventArgs : EventArgs
Inheritance: objectEventArgsDropDownContentManagerEventArgs
Inherited Members
Properties
DropDownContentManager
Gets or sets the associated DropDownContentManager.
Declaration
cs-api-definition
public DropDownContentManager DropDownContentManager { get; }
Property Value