Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / C1ComboBox Class / ShouldSerializeInitialSelection Method

In This Topic
    ShouldSerializeInitialSelection Method (C1ComboBox)
    In This Topic
    Specifies whether to save the value of the C1.Win.Input.Base.C1DropDownEditorBase.InitialSelection property.
    Syntax
    'Declaration
     
    
    Protected Function ShouldSerializeInitialSelection() As Boolean
    protected bool ShouldSerializeInitialSelection()

    Return Value

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