ComponentOne SiteMap for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Dialog Namespace / C1Dialog Class / Buttons Property

In This Topic
    Buttons Property (C1Dialog)
    In This Topic
    Gets or sets which buttons should be displayed on the dialog.
    Syntax
    'Declaration
     
    Public ReadOnly Property Buttons As System.Collections.Generic.List(Of DialogButton)
    public System.Collections.Generic.List<DialogButton> Buttons {get;}
    See Also