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

In This Topic
    ShouldSerializeVisualStyle Method (C1FlexGridBase)
    In This Topic
    Gets a value that determines whether the 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