SvgImageItem.IsSimpleTextItem Property
Gets whether the current item only has text content.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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