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

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

    Return Value

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