menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GroupBarParams - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GroupBarParams

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

    Inheritance
    System.Object
    GroupBarParams
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Tools
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class GroupBarParams

    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

    Declaration
    public Orientation Orentation { get; set; }
    Property Value
    Type
    System.Windows.Controls.Orientation
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved