Skip to main content
A newer version of this page is available. .

BaseLayoutItem.GetDisplayText() Method

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

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

public string GetDisplayText()

Returns

Type Description
String

The BaseLayoutItem‘s display text.

See Also