Skip to main content

GridViewBase.ActualShowCheckBoxInGroupRow Property

Gets whether the group row’s check-box is displayed.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool ActualShowCheckBoxInGroupRow { get; }

Property Value

Type Description
Boolean

true if the group row’s check-box is displayed; otherwise, false.

See Also