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.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

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