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






In This Topic
    AllowMerging Property (ColumnBase)
    In This Topic
    Gets or sets whether cells in this row or column can be merged.
    Syntax
    'Declaration
     
    
    Public Overridable Property AllowMerging As System.Boolean
    'Usage
     
    
    Dim instance As ColumnBase
    Dim value As System.Boolean
     
    instance.AllowMerging = value
     
    value = instance.AllowMerging
    public virtual System.bool AllowMerging {get; set;}
    public read-write property AllowMerging: System.Boolean; virtual; 
    public function get,set AllowMerging : System.boolean
    public: __property virtual System.bool get_AllowMerging();
    public: __property virtual void set_AllowMerging( 
       System.bool value
    );
    public:
    virtual property System.bool AllowMerging {
       System.bool get();
       void set (    System.bool value);
    }
    See Also