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

DesignDockPanel.Text Property

Overrides the DockPanel.Text property to hide it.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public override string Text { get; set; }

Property Value

Type Description
String

A String value that specifies the dock panel caption.

Remarks

This property is intended to hide the corresponding property of the DockPanel class.

See Also