Skip to main content

DesignDockPanel.Text Property

Overrides the DockPanel.Text property to hide it.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v23.2.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