FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridBoundRow Class / AllowMerging Property

In This Topic
    AllowMerging Property (GridBoundRow)
    In This Topic
    Gets or sets a value that indicates whether cells in this row can be merged.
    Syntax
    'Declaration
     
    Public Property AllowMerging As Boolean
    public bool AllowMerging {get; set;}
    See Also