ClassShowFieldListViewModel
Class
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:
cs-api-definition
public sealed class ShowFieldListViewModel : PivotSettingsViewModel, INotifyPropertyChanged, IDisposable, IDialogViewModel
Inheritance: objectViewModelBaseDialogViewModelPivotSettingsViewModelShowFieldListViewModel
Implements:
Inherited Members
Properties
FieldListViewModel
Gets the view model of the inline field list.
Declaration
cs-api-definition
public FieldListViewModel FieldListViewModel { get; }
Property Value