Class
TimeBreakViewModel

Represent the view model that exposes the TimeBreak properties.

Definition

Namespace:Telerik.UI.Xaml.Controls.ConversationalUI

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class TimeBreakViewModel : MessageListItemViewModelBase, INotifyPropertyChanged

Inheritance: objectViewModelBaseMessageListItemViewModelBaseTimeBreakViewModel

Implements: INotifyPropertyChanged

Inherited Members ViewModelBase.VerifyPropertyName(string)ViewModelBase.OnPropertyChanged(string)ViewModelBase.OnPropertyChanged<T>(Expression<Func<T>>)ViewModelBase.PropertyChangedOverride(string)ViewModelBase.PropertyChanged

Constructors

TimeBreakViewModel()

Declaration

cs-api-definition
public TimeBreakViewModel()

Properties

Alignment

Gets the horizontal alignment.

Declaration

cs-api-definition
public override HorizontalAlignment Alignment { get; }

Property Value

HorizontalAlignment

Overrides MessageListItemViewModelBase.Alignment

Header

Gets or sets the header text.

Declaration

cs-api-definition
public string Header { get; set; }

Property Value

string