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

InitNodeEventArgs.SetOperation(ClauseType) Method

Sets the operation type for the current node.

Namespace: DevExpress.XtraEditors.Filtering

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public void SetOperation(
    ClauseType clauseType
)

Parameters

Name Type Description
clauseType ClauseType

The operation type.

See Also