ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls Namespace / IWijmoWidgetSupport Interface / WijmoControlMode Property

In This Topic
    WijmoControlMode Property (IWijmoWidgetSupport)
    In This Topic
    A value that indicates whether the control is a mobile control. Note that only one value can be used for the whole page at one time. Please make sure that all widget controls have the same IsMobile value.
    Syntax
    'Declaration
     
    Property WijmoControlMode As WijmoControlMode
    WijmoControlMode WijmoControlMode {get; set;}
    See Also