Accordion for WinForms | ComponentOne
C1.Win.Accordion Namespace / C1Accordion Class / ShouldSerializePageSettings Method

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

    Return Value

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