PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBSRibbonTabContext

    Inheritance
    System.Object
    StdBSRibbonTabContext
    Implements
    IStdBSRibbonTabContext
    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
    Assembly: StdPlatBS100.dll
    Syntax
    public class StdBSRibbonTabContext : IStdBSRibbonTabContext

    Constructors

    StdBSRibbonTabContext()

    Initializes a new instance of the StdBSRibbonTabContext class.

    Declaration
    public StdBSRibbonTabContext()

    Properties

    Categoria

    Gets or sets the categoria.

    Declaration
    public RibbonPageCategory Categoria { get; set; }
    Property Value
    Type Description
    DevExpress.XtraBars.Ribbon.RibbonPageCategory

    The categoria.

    Frm

    Gets or sets the FRM.

    Declaration
    public frmStdBaseForm Frm { get; set; }
    Property Value
    Type Description
    frmStdBaseForm

    The FRM.

    Groups

    Gets or sets the groups.

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

    The groups.

    Initialized

    Gets or sets a value indicating whether this StdBSRibbonTabContext is initialized.

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

    true if initialized; otherwise, false.

    Page

    Gets or sets the page.

    Declaration
    public RibbonPage Page { get; set; }
    Property Value
    Type Description
    DevExpress.XtraBars.Ribbon.RibbonPage

    The page.

    SelectedPageBefore

    Declaration
    public int SelectedPageBefore { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    BuildTabContexto(RibbonControl)

    Build the tab contexto.

    Declaration
    public void BuildTabContexto(RibbonControl ribbon)
    Parameters
    Type Name Description
    DevExpress.XtraBars.Ribbon.RibbonControl ribbon

    The ribbon.

    Finalize()

    Finalizes an instance of the StdBSRibbonTabContext class.

    Declaration
    protected void Finalize()

    Implements

    IStdBSRibbonTabContext