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
this[string]
public override PropertyDescriptor this[string itemIndex] { get; }
Parameters
itemIndex
string
Property Value
Methods
Find(string, bool)
public override PropertyDescriptor Find(string name, bool ignoreCase)
Parameters
Returns
FindCaseSmart(string)
public PropertyDescriptor FindCaseSmart(string name)
Parameters
name
string