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

In This Topic
    ShouldSerializeMarqueeStyle Method (C1FlexGridBase)
    In This Topic
    Specifies whether to save the value of the 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