Skip to main content

EmptySpaceItem.GetDefaultText() Method

Returns the default value of the BaseLayoutItem.Text property.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override string GetDefaultText()

Returns

Type Description
String

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

See Also