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

ExpressionBindingDescription.ScopeName Property

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

Namespace: DevExpress.XtraReports.Expressions

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#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