Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • 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