C1.Win.Input.Base Namespace / C1DropDownControlBase Class / ShouldSerializeDropDownWidth Method

In This Topic
ShouldSerializeDropDownWidth Method (C1DropDownControlBase)
In This Topic
Specifies whether to save the value of the DropDownWidth property.
Syntax
'Declaration
 
Protected Overridable Function ShouldSerializeDropDownWidth() As Boolean
 

Return Value

Returns true if the property has changed; otherwise, returns false.
See Also