A newer version of this page is available.
Switch to the current version.
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.1.Core.dll
Declaration
[Browsable(false)]
public bool? AllItemsSelected { get; }
<Browsable(False)>
Public ReadOnly Property AllItemsSelected As Boolean?
Property Value
Type | Description |
---|---|
Nullable<Boolean> | true if all items within the view are selected; otherwise, false. |
See Also
Feedback