New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents an image in a TreeViewItemView control.

Definition

Namespace:Telerik.Maui.Controls.TreeView

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class TreeViewItemImage : Image

Inheritance: objectTreeViewItemImage

Constructors

Initializes a new instance of the TreeViewItemImage class.

C#
public TreeViewItemImage()

Fields

StyleProperty

BindableProperty

Identifies the Style property.

C#
public static readonly BindableProperty StyleProperty

Properties

Style

Style

Gets or sets the Style of the control.

C#
public Style Style { get; set; }