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

DataFieldInfo Constructors

Provides information about a data field.
Name Parameters Description
DataFieldInfo(Object, String, String) dataSource, dataMember, displayName Initializes a new instance of the DataFieldInfo class with the specified settings.
DataFieldInfo(Object, String) dataSource, dataMember Initializes a new instance of the DataFieldInfo class with the specified settings.
DataFieldInfo(Object, String[], String) dataSource, dataPaths, displayName Initializes a new instance of the DataFieldInfo class with the specified settings.
DataFieldInfo(Object, String[]) dataSource, dataPaths Initializes a new instance of the DataFieldInfo class with the specified settings.
See Also