Class ResourceTypeViewModel
Inheritance
System.Object
ResourceTypeViewModel
Namespace: Telerik.UI.Xaml.Controls.Scheduler
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ResourceTypeViewModel : Object, INotifyPropertyChanged
Constructors
ResourceTypeViewModel(IResourceType, IAppointment)
Declaration
public ResourceTypeViewModel(IResourceType resourceType, IAppointment appointment)
Parameters
|
IResourceType
resourceType
|
|
IAppointment
appointment
|
Properties
ClearAllButtonContent
Declaration
public static string ClearAllButtonContent { get; }
Property Value
|
System.String
|
ResourceItems
Declaration
public ResourceItemCollection ResourceItems { get; }
Property Value
|
ResourceItemCollection
|
ResourceType
SelectedIndex
Declaration
public int SelectedIndex { get; set; }
Property Value
|
System.Int32
|
SelectedItem
Methods
OnPropertyChanged(String)
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
|
System.String
propertyName
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
|
System.ComponentModel.PropertyChangedEventHandler
|