ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Olap Namespace / PivotPanel Class / RestrictDragging Property

In This Topic
    RestrictDragging Property
    In This Topic
    Gets or 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