ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / C1Ribbon Class / QatItemNames Property

In This Topic
    QatItemNames Property
    In This Topic
    Gets or sets the string that specifies the list of item names on the QAT. It allows to preserve QAT items added by the user at runtime.
    Syntax
    'Declaration
     
    Public Property QatItemNames As System.String
    public System.string QatItemNames {get; set;}
    See Also