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

In This Topic
    Mode Property (C1Editor)
    In This Topic
    An enum value represents the mode of the C1Editor.
    Syntax
    'Declaration
     
    Public Property Mode As Mode
    public Mode Mode {get; set;}
    Remarks
    It has three options: Ribbon, Simple and BBCode.
    See Also