Back to Devexpress

SvgImageItem.IsSimpleTextItem Property

windowsforms-devexpress-dot-xtraeditors-dot-svgimageitem-c7c84ad3.md

latest1.6 KB
Original Source

SvgImageItem.IsSimpleTextItem Property

Gets whether the current item only has text content.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public bool IsSimpleTextItem { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsSimpleTextItem As Boolean

Property Value

TypeDescription
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

Text

SvgImageItem Class

SvgImageItem Members

DevExpress.XtraEditors Namespace