Back to Devexpress

XPDataView Constructors

xpo-devexpress-dot-xpo-dot-xpdataview-dot-ctor.md

latest3.2 KB
Original Source

XPDataView Constructors

The data source that displays data from result sets.

NameParametersDescription
XPDataView()noneInitializes a new instance of the XPDataView class with the default settings.
XPDataView(XPDictionary, XPClassInfo, SelectedData)dictionary, classInfo, dataInitializes 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, dataInitializes 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, membersInitializes a new instance of the XPDataView class and populates it with columns based on the specified settings.
XPDataView(XPDictionary, XPClassInfo)dictionary, classInfoInitializes 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, typesInitializes a new instance of the XPDataView class, and creates columns based on the specified settings.
XPDataView(XPDictionary, List<XPMemberInfo>)dictionary, memberInfoListInitializes a new instance of the XPDataView class and populates it with columns based on the specified settings.
XPDataView(XPDictionary)dictionaryInitializes a new instance of the XPDataView class with the specified metadata provider.
XPDataView(IContainer)containerInitializes a new instance of the XPDataView class and adds it to a form’s container.

See Also

XPDataView Class

XPDataView Members

DevExpress.Xpo Namespace