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

View model for an AI summarization tab item, providing properties for selection, expansion, and visibility state.

Definition

Constructors

C#
public AISummarizationTabItemViewModel()

Properties

Gets or sets a value indicating whether the tab item is expanded.

C#
public bool IsExpanded { get; set; }

Gets or sets a value indicating whether the tab item is selected.

C#
public bool IsSelected { get; set; }

Gets or sets a value indicating whether the tab item is visible.

C#
public bool IsVisible { get; set; }