PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBSRibbonPageGroup

    Inheritance
    System.Object
    StdBSRibbonPageGroup
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: StdPlatBS100.ServiceClasses
    Assembly: StdPlatBS100.dll
    Syntax
    public class StdBSRibbonPageGroup

    Constructors

    StdBSRibbonPageGroup()

    Declaration
    public StdBSRibbonPageGroup()

    Properties

    Buttons

    Gets or sets the buttons.

    Declaration
    public List<StdBSBarButtonItem> Buttons { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<StdBSBarButtonItem>

    Group

    Gets or sets the group.

    Declaration
    public RibbonPageGroup Group { get; set; }
    Property Value
    Type Description
    DevExpress.XtraBars.Ribbon.RibbonPageGroup