ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1ComboBox Namespace / C1ComboBoxExtender Class / ShouldSerializeData Method

In This Topic
    ShouldSerializeData Method
    In This Topic
    Determines whether the Data property should be serialized to client side.
    Syntax
    'Declaration
     
    Public Function ShouldSerializeData() As System.Boolean
    public System.bool ShouldSerializeData()

    Return Value

    Return true if any subproperty is changed, otherwise return false.
    See Also