FlexChart | ComponentOne
C1.Win.Ribbon.4.8 Assembly / C1.Win.Ribbon Namespace / C1Ribbon Class / QatItemNames Property

In This Topic
    QatItemNames Property (C1Ribbon)
    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