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

XRRichTextBoxBase.CanShrink Property

For internal use. Gets or sets a value indicating whether the control’s height can decrease if its text does not completely fill the control.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

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

Property Value

Type Description
Boolean

true if the control’s height can decrease in order to remove the unused space; otherwise, false.

See Also