ComponentOne ChartNavigator for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls Namespace / C1TargetControlBase Class / WijmoControlMode Property

In This Topic
    WijmoControlMode Property
    In This Topic
    A value that indicates mode of the control, whether it is a mobile or web control. Note that only one value can be used for the whole website or project.
    Syntax
    'Declaration
     
    Public Overridable Property WijmoControlMode As WijmoControlMode
    public virtual WijmoControlMode WijmoControlMode {get; set;}
    See Also