Class ShowFieldListViewModel
A view-model that encapsulates the inline editing of fields. This is for internal use only and is not intended to be used directly from your code.
Inheritance
System.Object
ShowFieldListViewModel
Inherited Members
Namespace: Telerik.Windows.Controls.FieldList
Assembly: Telerik.Windows.Controls.PivotFieldList.dll
Syntax
public sealed class ShowFieldListViewModel : PivotSettingsViewModel, INotifyPropertyChanged, IDisposable, IDialogViewModel
Properties
FieldListViewModel
Gets the view model of the inline field list.
Declaration
public FieldListViewModel FieldListViewModel { get; }
Property Value
FieldListViewModel
|