Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

XPPageSelector.Collection Property

Gets or sets the collection of persistent objects that the page selector is bound to.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

[DefaultValue(null)]
public XPBaseCollection Collection { get; set; }

Property Value

Type Default Description
XPBaseCollection *null*

An XPBaseCollection descendant which represents the collection of persistent objects.

See Also