PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class RibbonHeaderControlHelper

    Ribbon control helper class.

    Inheritance
    System.Object
    RibbonHeaderControlHelper
    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    public class RibbonHeaderControlHelper : Component

    Constructors

    RibbonHeaderControlHelper()

    Declaration
    public RibbonHeaderControlHelper()

    Properties

    HeaderControl

    Declaration
    public StdBSRibbonHeaderControl HeaderControl { get; set; }
    Property Value
    Type Description
    StdBSRibbonHeaderControl

    HeaderControlNotNull

    Declaration
    protected bool HeaderControlNotNull { get; }
    Property Value
    Type Description
    System.Boolean

    RibbonControl

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

    RibbonControlNotNull

    Declaration
    protected bool RibbonControlNotNull { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Dispose(Boolean)

    Class dispose.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    OnHeaderControlChanged()

    Declaration
    protected virtual void OnHeaderControlChanged()

    OnRibbonControlChanged()

    Declaration
    protected virtual void OnRibbonControlChanged()

    ReplaceUserControl()

    Replace user control in ribbon.

    Declaration
    protected virtual void ReplaceUserControl()