alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class GroupBarParams

    Used for serializing GroupBar object in isolated storage ( to save GroupBar object state ).

    Inheritance
    System.Object
    GroupBarParams
    Namespace: Syncfusion.Windows.Tools
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class GroupBarParams : Object

    Constructors

    GroupBarParams()

    Initializes a new instance of the GroupBarParams class.

    Declaration
    public GroupBarParams()

    GroupBarParams(GroupBar)

    Initializes a new instance of the GroupBarParams class.

    Declaration
    public GroupBarParams(GroupBar groupBar)
    Parameters
    Type Name Description
    GroupBar groupBar

    The group bar.

    Properties

    GroupBarItems

    Gets or sets GroupBar items.

    Declaration
    public ArrayList GroupBarItems { get; set; }
    Property Value
    Type Description
    System.Collections.ArrayList

    Type: System.Collections.ArrayList

    See Also
    System.Collections.ArrayList

    Orentation

    Gets or sets GroupBar orientation.

    Declaration
    public Orientation Orentation { get; set; }
    Property Value
    Type Description
    System.Windows.Controls.Orientation

    Type: System.Windows.Controls.Orientation

    See Also
    System.Windows.Controls.Orientation
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved