Back to Devexpress

XPPageSelector.Collection Property

xpo-devexpress-dot-xpo-dot-xppageselector.md

latest1.1 KB
Original Source

XPPageSelector.Collection Property

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

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
[DefaultValue(null)]
public XPBaseCollection Collection { get; set; }
vb
<DefaultValue(Nothing)>
Public Property Collection As XPBaseCollection

Property Value

TypeDefaultDescription
XPBaseCollectionnull

An XPBaseCollection descendant which represents the collection of persistent objects.

|

See Also

XPPageSelector Class

XPPageSelector Members

DevExpress.Xpo Namespace