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

XRRichTextBoxBase.CanGrow Property

For internal use. Gets or sets a value indicating whether the control’s height can grow in order to display the contents in their entirety.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

[Browsable(true)]
public override bool CanGrow { get; set; }

Property Value

Type Description
Boolean

true if the control’s height can grow in order to display all its text; otherwise, false.

See Also