FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid.Classic Namespace / C1FlexGridClassic Class / ShouldSerializeVisualStyle Method

In This Topic
    ShouldSerializeVisualStyle Method (C1FlexGridClassic)
    In This Topic
    Gets a value that determines whether the C1.Win.C1FlexGrid.C1FlexGridBase.VisualStyle property is set explicitly and should be persisted.
    Syntax
    'Declaration
     
    
    Protected Overridable Function ShouldSerializeVisualStyle() As Boolean
    protected virtual bool ShouldSerializeVisualStyle()

    Return Value

    True if the property was explicitly set by the user.
    See Also