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

In This Topic
    DragContent Property
    In This Topic
    Configurates C1.Web.Mvc.LineMarker<T>.DragContent. Sets a value indicating whether the content of the marker is draggable when the interaction mode is "Drag."
    Syntax
    'Declaration
     
    Public Property DragContent As Boolean
    public bool DragContent {get; set;}
    See Also