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

GridViewBase.ActualShowCheckBoxInGroupRow Property

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

Namespace: DevExpress.Xpf.Grid

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

Declaration

public bool ActualShowCheckBoxInGroupRow { get; }

Property Value

Type Description
Boolean

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

See Also