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

ExpressionBindingDescription.ScopeName Property

Returns the name of the category in which the property is displayed.

Namespace: DevExpress.XtraReports.Expressions

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public string ScopeName { get; }

Property Value

Type Description
String

A string that specifies the category name.

Remarks

If the ScopeName property is set to an empty string, the property is displayed in the root node.

Refer to the ExpressionBindingDescription class topic for a code sample.

See Also