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

In This Topic
    ShouldSerializeMarqueeStyle Method (C1FlexGridClassic)
    In This Topic
    Specifies whether to save the value of the C1.Win.C1FlexGrid.C1FlexGridBase.MarqueeStyle property.
    Syntax
    'Declaration
     
    
    Protected Function ShouldSerializeMarqueeStyle() As Boolean
    protected bool ShouldSerializeMarqueeStyle()

    Return Value

    Returns true if the property has changed; otherwise, returns false.
    See Also