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

In This Topic
    ShowDragGlyphs Property
    In This Topic
    Configurates C1.Web.Mvc.FlexGridGroupPanel<T>.ShowDragGlyphs. Sets a value that determines whether the control should add drag glyphs to the group marker elements.
    Syntax
    'Declaration
     
    Public Property ShowDragGlyphs As Boolean
    public bool ShowDragGlyphs {get; set;}
    Remarks
    The default value for this property is true.
    See Also