Class XPInstantListDesignTimeWrapper
- Namespace
- DevExpress.Xpo.Helpers
- Assembly
- DevExpress.Xpo.v24.1.dll
public class XPInstantListDesignTimeWrapper : IBindingList, IList, ICollection, IEnumerable, ITypedList
- Inheritance
-
XPInstantListDesignTimeWrapper
- Implements
-
- Inherited Members
-
Constructors
XPInstantListDesignTimeWrapper(ISite, Type, string)
public XPInstantListDesignTimeWrapper(ISite site, Type type, string dispProps)
Parameters
site
ISite
type
Type
dispProps
string
Properties
DisplayableProperties
public string DisplayableProperties { get; set; }
Property Value
- string
ElementType
public Type ElementType { get; set; }
Property Value
- Type
Methods
public static IEnumerable<string> GetDefaultDisplayableProperties(XPClassInfo classInfo)
Parameters
classInfo
XPClassInfo
Returns
- IEnumerable<string>
public static IEnumerable<string> GetDefaultDisplayableProperties(XPClassInfo classInfo, int depthOfReferences)
Parameters
classInfo
XPClassInfo
depthOfReferences
int
Returns
- IEnumerable<string>
GetDesignDictionary(ISite)
public static XPDictionary GetDesignDictionary(ISite site)
Parameters
site
ISite
Returns
- XPDictionary
GetMessagingDescriptorIfUnsafe(string, PropertyDescriptor)
public static XPInstantPropertyDescriptorJustMessage GetMessagingDescriptorIfUnsafe(string name, PropertyDescriptor prototype)
Parameters
name
string
prototype
PropertyDescriptor
Returns
- XPInstantPropertyDescriptorJustMessage
Events
ListChanged
public event ListChangedEventHandler ListChanged
Event Type
- ListChangedEventHandler