Back to Devexpress

BaseLayoutItem.GetDisplayText() Method

windowsforms-devexpress-dot-xtralayout-dot-baselayoutitem-8232ce7b.md

latest1.5 KB
Original Source

BaseLayoutItem.GetDisplayText() Method

Returns the BaseLayoutItem‘s BaseLayoutItem.Text value without HTML tags and hotkey prefixes (the “&” symbol).

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public string GetDisplayText()
vb
Public Function GetDisplayText As String

Returns

TypeDescription
String

The BaseLayoutItem‘s display text.

|

See Also

How to: Provide accessible names for embedded controls

BaseLayoutItem Class

BaseLayoutItem Members

DevExpress.XtraLayout Namespace