ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / RowCol Class / AllowMerging Property

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