Back to Devexpress

BaseLayoutItem.GetDefaultText() Method

windowsforms-devexpress-dot-xtralayout-dot-baselayoutitem-556b5e29.md

latest1.5 KB
Original Source

BaseLayoutItem.GetDefaultText() Method

Gets the default value of the BaseLayoutItem.Text property.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual string GetDefaultText()
vb
<Browsable(False)>
Public Overridable Function GetDefaultText As String

Returns

TypeDescription
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

Text

BaseLayoutItem Class

BaseLayoutItem Members

DevExpress.XtraLayout Namespace