Back to Devexpress

PropertyDefinitionCollection Class

wpf-devexpress-dot-xpf-dot-propertygrid-7708d7f0.md

latest1.9 KB
Original Source

PropertyDefinitionCollection Class

This class supports the internal infrastructure and is not intended to be used directly from your code.

Namespace : DevExpress.Xpf.PropertyGrid

Assembly : DevExpress.Xpf.PropertyGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PropertyGrid

Declaration

csharp
[Browsable(false)]
public class PropertyDefinitionCollection :
    ObservableCollection<PropertyDefinitionBase>
vb
<Browsable(False)>
Public Class PropertyDefinitionCollection
    Inherits ObservableCollection(Of PropertyDefinitionBase)

The following members return PropertyDefinitionCollection objects:

Inheritance

Object Collection<PropertyDefinitionBase> ObservableCollection<PropertyDefinitionBase> PropertyDefinitionCollection

See Also

PropertyDefinitionCollection Members

DevExpress.Xpf.PropertyGrid Namespace