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