Skip to main content

InitNodeEventArgs.SetOperation(ClauseType) Method

Sets the operation type for the current node.

Namespace: DevExpress.XtraEditors.Filtering

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void SetOperation(
    ClauseType clauseType
)

Parameters

Name Type Description
clauseType ClauseType

The operation type.

See Also