Skip to main content
A newer version of this page is available. .

BaseGridHeader.GetCanGroupMergeState(DependencyObject) Method

Gets the value of the BaseGridHeader.CanGroupMergeState attached property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

Declaration

public static bool GetCanGroupMergeState(
    DependencyObject element
)

Parameters

Name Type
element DependencyObject

Returns

Type
Boolean
See Also