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

XRCrossTab.TextChanged Event

Overrides the XRControl.TextChanged event to hide it.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

[Browsable(false)]
public override event EventHandler TextChanged

Event Data

The TextChanged event's data class is EventArgs.

Remarks

This event is overridden to hide the corresponding event of the XRControl class, since the TextChanged event is not appropriate for the XRCrossTab class.

See Also