ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap.TagHelpers Namespace / PivotPanelTagHelper Class / RestrictDragging Property

In This Topic
    RestrictDragging Property (PivotPanelTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotPanel.RestrictDragging. Sets a value that determines whether the panel should restrict drag operations based on field types.
    Syntax
    'Declaration
     
    Public Property RestrictDragging As Nullable(Of Boolean)
    public Nullable<bool> RestrictDragging {get; set;}
    See Also