ShouldApplyTheme Property
In This Topic
Gets a value indicating whether theme should be applied to dropdown form when it applied to
C1DropDownControl. This property returns
true by default.
Syntax
'Declaration
Public Overridable ReadOnly Property ShouldApplyTheme As Boolean
public virtual bool ShouldApplyTheme {get;}
See Also