ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / ShouldSerializeVisualStyle Method

In This Topic
    ShouldSerializeVisualStyle Method (C1FlexPivotGrid)
    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