PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBSBarButtonItem

    Inheritance
    System.Object
    StdBSBarButtonItem
    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 StdBSBarButtonItem

    Constructors

    StdBSBarButtonItem()

    Declaration
    public StdBSBarButtonItem()

    Properties

    EditItem

    Gets or sets the edit item.

    Declaration
    public BarEditItem EditItem { get; set; }
    Property Value
    Type Description
    DevExpress.XtraBars.BarEditItem

    IsLarge

    Set wether to allow this button to be large on the ribbon.

    Declaration
    public bool IsLarge { get; set; }
    Property Value
    Type Description
    System.Boolean

    Item

    Gets or sets the item.

    Declaration
    public BarButtonItem Item { get; set; }
    Property Value
    Type Description
    DevExpress.XtraBars.BarButtonItem

    PaintStyle

    Declaration
    public BarItemPaintStyle PaintStyle { get; set; }
    Property Value
    Type Description
    DevExpress.XtraBars.BarItemPaintStyle

    PopUp

    Gets or sets the pop up.

    Declaration
    public StdBSPopUpMenu PopUp { get; set; }
    Property Value
    Type Description
    StdBSPopUpMenu