Skip to main content
A newer version of this page is available. .

XPDataView Constructors

The data source that displays data from result sets.
Name Parameters Description
XPDataView() none Initializes a new instance of the XPDataView class with the default settings.
XPDataView(XPDictionary, XPClassInfo, SelectedData) dictionary, classInfo, data Initializes a new instance of the XPDataView class, populates it with columns and loads data based on the specified settings.
XPDataView(XPDictionary, XPClassInfo, LoadDataMemberOrderItem[], SelectedData) dictionary, classInfo, members, data Initializes a new instance of the XPDataView class, populates it with columns and loads data based on the specified settings.
XPDataView(XPDictionary, XPClassInfo, String[]) dictionary, classInfo, members Initializes a new instance of the XPDataView class and populates it with columns based on the specified settings.
XPDataView(XPDictionary, XPClassInfo) dictionary, classInfo Initializes a new instance of the XPDataView class, and populates it with columns based on the specified settings.
XPDataView(XPDictionary, IList<String>, IList<Type>) dictionary, names, types Initializes a new instance of the XPDataView class, and creates columns based on the specified settings.
XPDataView(XPDictionary, List<XPMemberInfo>) dictionary, memberInfoList Initializes a new instance of the XPDataView class and populates it with columns based on the specified settings.
XPDataView(XPDictionary) dictionary Initializes a new instance of the XPDataView class with the specified metadata provider.
XPDataView(IContainer) container Initializes a new instance of the XPDataView class and adds it to a form’s container.
See Also