Calendar for WinForms | ComponentOne
C1.Win.Calendar Namespace / C1DateEdit Class / ShouldSerializeDropDownWidth Method

In This Topic
    ShouldSerializeDropDownWidth Method (C1DateEdit)
    In This Topic
    Specifies whether to save the value of the DropDownWidth property.
    Syntax
    'Declaration
     
    
    Protected Overrides Function ShouldSerializeDropDownWidth() As Boolean
    protected override bool ShouldSerializeDropDownWidth()

    Return Value

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