Skip to main content

XRScriptsBase.IsDefault() Method

Determines whether the current script is equal to the default script text. For internal use only.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public virtual bool IsDefault()

Returns

Type Description
Boolean

true if the current script is default; otherwise, false.

Remarks

This method is intended for internal use only. Normally, you don’t need to call it in your code.

See Also