ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / FlexGridTagHelper Class / ImeEnabled Property

In This Topic
    ImeEnabled Property (FlexGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.ImeEnabled. Sets a value that determines whether the grid should support Input Method Editors (IME) while not in edit mode.
    Syntax
    'Declaration
     
    Public Overridable Property ImeEnabled As Boolean
    public virtual bool ImeEnabled {get; set;}
    Remarks
    This property is relevant only for sites/applications in Japanese, Chinese, Korean, and other languages that require IME support.
    See Also