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

ExpressionBindingDescription.Position Property

Returns a weighted position at which the property is displayed.

Namespace: DevExpress.XtraReports.Expressions

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public int Position { get; }

Property Value

Type Description
Int32

An integer value that specifies a weighted position at which the property is displayed.

Remarks

Refer to the ExpressionBindingDescription class topic for a code sample.

See Also