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.
Definition
Namespace:Telerik.Windows.Controls.FieldList
Assembly:Telerik.Windows.Controls.PivotFieldList.dll
Syntax:
C#
public sealed class ShowFieldListViewModel : PivotSettingsViewModel, INotifyPropertyChanged, IDisposable, IDialogViewModel
Inheritance: objectViewModelBaseDialogViewModelPivotSettingsViewModelShowFieldListViewModel
Implements:
Inherited Members
Properties
Gets the view model of the inline field list.
C#
public FieldListViewModel FieldListViewModel { get; }