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

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

    Return Value

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