ViewPropertiesCollection Class
In This Article
A collection of ViewProperty objects.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
#Declaration
[ListBindable(BindableSupport.No)]
public sealed class ViewPropertiesCollection :
CollectionBase
#Related API Members
The following members return ViewPropertiesCollection objects:
#Remarks
The methods provided by the ViewPropertiesCollection class allow you to perform common collection management tasks (adding, removing elements, etc.).
#Inheritance
Object
CollectionBase
ViewPropertiesCollection
See Also