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

DataControlBase.VisibleItems Property

Gets a set of visible grid data items - all the items except ones that are filtered out.

Namespace: DevExpress.Xpf.Grid

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

Declaration

public IList VisibleItems { get; }

Property Value

Type Description
IList

A collection of visible grid data records.

Remarks

Note

If the GridControl works in Server Mode, the VisibleItems collection is not populated.

See Also