EditProvider
Class
A customizable provider that configures edit operations in TableBase.
Definition
Namespace:Telerik.Windows.Controls.Pivot
Assembly:Telerik.Windows.Controls.Pivot.dll
Syntax:
C#
public class EditProvider : INotifyPropertyChanged, IDataErrorInfo
Inheritance: objectEditProvider
Implements:
Constructors
C#
public EditProvider()
Properties
Gets the CellAggregateValue that is currently edited.
C#
public CellAggregateValue EditedCellAggregateValue { get; }
Gets a value that indicates whether validation will be executed.
C#
protected virtual bool EnableValidation { get; }
Methods
GetBindingProperty()
DependencyProperty
Provides the data binding property of the given editor.
C#
protected virtual DependencyProperty GetBindingProperty()
DependencyProperty
GetEditorControl()
FrameworkElement
Gets the editor control instance that will be used for editing.
C#
protected virtual FrameworkElement GetEditorControl()
FrameworkElement
Raises the PropertyChanged event.
PrepareEditorControl()
FrameworkElement
Prepares the given editor instance for usage. Sets data binding and configuration properties.
C#
protected virtual FrameworkElement PrepareEditorControl()
FrameworkElement
Events
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: