Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WindowExpressionBinding Constructors

Defines the calculation that uses a custom string expression with window functions.
Name Parameters Description
WindowExpressionBinding() none Initializes a new instance of the WindowExpressionBinding class.
WindowExpressionBinding(CriteriaOperator, CalculationPartitioningCriteria, CalculationDirection) criteria, mode, direction Initializes a new instance of the WindowExpressionBinding class with specified settings.
WindowExpressionBinding(CriteriaOperator, CalculationPartitioningCriteria) criteria, mode Initializes a new instance of the WindowExpressionBinding class with specified settings.
WindowExpressionBinding(String, CalculationPartitioningCriteria, CalculationDirection) expression, mode, direction Initializes a new instance of the WindowExpressionBinding class with specified settings.
WindowExpressionBinding(String, CalculationPartitioningCriteria) expression, mode Initializes a new instance of the WindowExpressionBinding class with specified settings.
See Also