Skip to main content

ProviderLookupItem.Strategy Property

For internal use.

Namespace: DevExpress.DataAccess.UI.Wizard

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public IConnectionParametersStrategy Strategy { get; }

Property Value

Type Description
IConnectionParametersStrategy

An object implementing the IConnectionParametersStrategy interface.

See Also