BaseGridHeader.GetCanGroupMergeState(DependencyObject) Method
In This Article
Gets the value of the BaseGridHeader.CanGroupMergeState attached property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public static bool GetCanGroupMergeState(
DependencyObject element
)
#Parameters
Name | Type |
---|---|
element | Dependency |
#Returns
Type |
---|
Boolean |
See Also