Table of Contents

Class XPDesignTimePropertyDescriptorCollection

Namespace
DevExpress.Xpo.Helpers
Assembly
DevExpress.Xpo.v24.1.dll
public sealed class XPDesignTimePropertyDescriptorCollection : PropertyDescriptorCollection, IList, IDictionary, ICollection, IEnumerable
Inheritance
XPDesignTimePropertyDescriptorCollection
Implements
Inherited Members

Constructors

XPDesignTimePropertyDescriptorCollection(XPClassInfo)

public XPDesignTimePropertyDescriptorCollection(XPClassInfo objectType)

Parameters

objectType XPClassInfo

Properties

this[int]

public override PropertyDescriptor this[int itemIndex] { get; }

Parameters

itemIndex int

Property Value

PropertyDescriptor

this[string]

public override PropertyDescriptor this[string itemIndex] { get; }

Parameters

itemIndex string

Property Value

PropertyDescriptor

Methods

Find(string, bool)

public override PropertyDescriptor Find(string name, bool ignoreCase)

Parameters

name string
ignoreCase bool

Returns

PropertyDescriptor

FindCaseSmart(string)

public PropertyDescriptor FindCaseSmart(string name)

Parameters

name string

Returns

PropertyDescriptor