Back to Devexpress

ViewPropertiesCollection Class

xpo-devexpress-dot-xpo-c6011189.md

latest1.4 KB
Original Source

ViewPropertiesCollection Class

A collection of ViewProperty objects.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
[ListBindable(BindableSupport.No)]
public sealed class ViewPropertiesCollection :
    CollectionBase
vb
<ListBindable(BindableSupport.No)>
Public NotInheritable Class ViewPropertiesCollection
    Inherits CollectionBase

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

ViewPropertiesCollection Members

DevExpress.Xpo Namespace