A newer version of this page is available.
Switch to the current version.
EditDataMemberContext.SolutionTypesProvider Property
Specifies an object that provides access to the known types in the current solution.
Namespace: DevExpress.DataAccess.UI.ObjectBinding
Assembly: DevExpress.DataAccess.v18.2.UI.dll
Declaration
public ISolutionTypesProvider SolutionTypesProvider { get; set; }
Public Property SolutionTypesProvider As ISolutionTypesProvider
Property Value
Type | Description |
---|---|
ISolutionTypesProvider | An object implementing the ISolutionTypesProvider interface. |
See Also
Feedback