ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders 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