ExpressionBindingDescription.ScopeName Property
Returns the name of the category in which the property is displayed.
Namespace: DevExpress.XtraReports.Expressions
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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