Skip to main content
.NET 6.0+

PivotChartModuleBase.DataAccessMode Property

Specifies the mode used to access the Collection Source’s collection.

Namespace: DevExpress.ExpressApp.PivotChart

Assembly: DevExpress.ExpressApp.PivotChart.v23.2.dll

Declaration

[TypeConverter(typeof(AnalysisDataAccessModeConverter))]
public CollectionSourceDataAccessMode DataAccessMode { get; set; }

Property Value

Type Description
CollectionSourceDataAccessMode

A CollectionSourceDataAccessMode enumeration value that specifies the mode used to access a collection of business objects in List Views.

Remarks

This property value is used as the default value for IModelListView.DataAccessMode.

Refer to the following topics for detailed descriptions of the available data access modes:

When the DataAccessMode property is changed, all List Views, except for autogenerated nested List Views, have their DataAccessMode property changed as well.

Note

All manually created List Views, including nested List Views, have the same IModelListView.DataAccessMode property value as the global DataAccessMode option.

See Also