DropDownFormClassName Property (C1ComboBox)
In This Topic
Specifies the class name of a Form serving as the dropdown window.
Syntax
'Declaration
Public Overrides Property DropDownFormClassName As String
public override string DropDownFormClassName {get; set;}
See Also