XPPageSelector.Collection Property
In This Article
Gets or sets the collection of persistent objects that the page selector is bound to.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
[DefaultValue(null)]
public XPBaseCollection Collection { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
XPBase |
null | An XPBase |
See Also