ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ColumnBase Class / AllowResizing Property






In This Topic
    AllowResizing Property (ColumnBase)
    In This Topic
    Gets or sets a value that indicates whether the user can resize the row or column with the mouse.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Overridable Property AllowResizing As System.Boolean
    'Usage
     
    
    Dim instance As ColumnBase
    Dim value As System.Boolean
     
    instance.AllowResizing = value
     
    value = instance.AllowResizing
    [System.ComponentModel.DefaultValue(true)]
    public virtual System.bool AllowResizing {get; set;}
    public read-write property AllowResizing: System.Boolean; virtual; 
    System.ComponentModel.DefaultValueAttribute()
    public function get,set AllowResizing : System.boolean
    [System.ComponentModel.DefaultValue(true)]
    public: __property virtual System.bool get_AllowResizing();
    public: __property virtual void set_AllowResizing( 
       System.bool value
    );
    [System.ComponentModel.DefaultValue(true)]
    public:
    virtual property System.bool AllowResizing {
       System.bool get();
       void set (    System.bool value);
    }
    See Also