Calendar for WinForms | ComponentOne
C1.Win.Calendar.DateEdit Namespace / DateEditStyles Class / ShouldSerializeEditor Method

In This Topic
    ShouldSerializeEditor Method
    In This Topic
    Specifies whether to save the value of the Editor property.
    Syntax
    'Declaration
     
    
    Protected Function ShouldSerializeEditor() As Boolean
    protected bool ShouldSerializeEditor()

    Return Value

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