Back to Devexpress

DataViewPropertiesCollection Class

xpo-devexpress-dot-xpo-2b6a4c63.md

latest1.5 KB
Original Source

DataViewPropertiesCollection Class

A collection of DataViewProperty objects.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

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

The following members return DataViewPropertiesCollection objects:

Remarks

The methods provided by the DataViewPropertiesCollection class allow you to perform common collection management tasks (such as adding, accessing, and removing elements, etc.)

Inheritance

Object CollectionBase DataViewPropertiesCollection

See Also

DataViewPropertiesCollection Members

Properties

DevExpress.Xpo Namespace