Skip to main content

BaseGridHeader.SetIsGroupPanel(DependencyObject, Boolean) Method

Sets the value of the BaseGridHeader.IsGroupPanel attached property.

Namespace: DevExpress.Xpf.Grid

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

Declaration

public static void SetIsGroupPanel(
    DependencyObject element,
    bool value
)

Parameters

Name Type
element DependencyObject
value Boolean
See Also