Skip to main content

BaseLayoutItem.GetDefaultText() Method

Gets the default value of the BaseLayoutItem.Text property.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public virtual string GetDefaultText()

Returns

Type Description
String

A string that specifies the default value of the BaseLayoutItem.Text property.

Remarks

This method is called internally to initialize the BaseLayoutItem.Text property. Usually there is no need to use it directly.

See Also