ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridColumnHeaderPresenter Class / IsMerging Property

In This Topic
    IsMerging Property (DataGridColumnHeaderPresenter)
    In This Topic
    Gets or sets a value indicating whether the header may get merged.
    Syntax
    'Declaration
     
    
    Public Property IsMerging As Boolean
    public bool IsMerging {get; set;}
    Remarks
    If this property is set to true the visual state group "MergingStates" will change its visual state to "Merging".
    See Also