Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / GroupedListBox Class / ShouldSerializeGroupStyle Method

In This Topic
    ShouldSerializeGroupStyle Method (GroupedListBox)
    In This Topic
    Returns a value that indicates whether serialization processes should serialize the effective value of the GroupStyle property.
    Syntax
    'Declaration
     
    
    Public Function ShouldSerializeGroupStyle() As Boolean
    public bool ShouldSerializeGroupStyle()

    Return Value

    True if the GroupStyle property value should be serialized; otherwise, False.
    See Also