Skip to main content
A newer version of this page is available. .
All docs
V22.1

SvgImageItem.IsSimpleTextItem Property

Gets whether the current item only has text content.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v22.1.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[Browsable(false)]
public bool IsSimpleTextItem { get; }

Property Value

Type Description
Boolean

true if the item’s content is text; otherwise, false.

Remarks

Items that only have text content are called simple text items. You can use the SvgImageItem.Text property to get and set text for these items.

See the SvgImageItem.Text topic for more information.

See Also