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

DataViewBase.AllItemsSelected Property

Gets whether all items within the view are selected. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

Declaration

[Browsable(false)]
public bool? AllItemsSelected { get; }

Property Value

Type Description
Nullable<Boolean>

true if all items within the view are selected; otherwise, false.

See Also