ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1BaseField Class / AllowMoving Property

In This Topic
    AllowMoving Property
    In This Topic
    A value indicating whether the column can be moved.
    Syntax
    'Declaration
     
    Public Overridable Property AllowMoving As System.Boolean
    public virtual System.bool AllowMoving {get; set;}
    See Also