New to Telerik UI for WPFStart a free 30-day trial

Definition

Constructors

Initializes a new instance of the ItemViewModelBase class.

C#
public ItemViewModelBase()

Properties

Gets or sets the content or label of this connection.

C#
public object Content { get; set; }
Property Value:

The content.

Gets or sets a value indicating whether this instance is selected.

C#
public bool IsSelected { get; set; }
Property Value:

true if this instance is selected; otherwise, false.

Gets or sets the position.

C#
public Point Position { get; set; }
Property Value:

The position.

Visibility

Visibility

Gets or sets the visibility.

C#
public Visibility Visibility { get; set; }
Property Value:

The visibility.