A newer version of this page is available.
Switch to the current version.
ViewPropertiesCollection Class
A collection of ViewProperty objects.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v18.2.dll
Declaration
[ListBindable(BindableSupport.No)]
public sealed class ViewPropertiesCollection :
CollectionBase
<ListBindable(BindableSupport.No)>
Public NotInheritable Class ViewPropertiesCollection
Inherits CollectionBase
Related API Members
The following members accept/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
Feedback