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
IResource
|
IAppointment
appointment
|
Properties
ClearAllButtonContent
Declaration
public static string ClearAllButtonContent { get; }
Property Value
System.
|
ResourceItems
Declaration
public ResourceItemCollection ResourceItems { get; }
Property Value
ResourceType
SelectedIndex
Declaration
public int SelectedIndex { get; set; }
Property Value
System.
|
SelectedItem
Methods
OnPropertyChanged(String)
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
System.
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|