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

DataFilterCollectionModel.ConjunctionMode Property

Gets or sets the value of the DataFilterCollection.ConjunctionMode within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

Declaration

[PropertyForOptions]
public ConjunctionTypes ConjunctionMode { get; set; }

Property Value

Type Description
ConjunctionTypes

The conjunction type.

Available values:

Name Description
And

Identifies the AND conjunction operator.

Or

Identifies the OR conjunction operator.

See Also