Version

DataValueChangedHistoryLimit Property

Returns/sets the maximum number of value changes to maintain for all Cells associated with the Field.
Syntax
'Declaration
 
Public Property DataValueChangedHistoryLimit As Nullable(Of Integer)
public Nullable<int> DataValueChangedHistoryLimit {get; set;}
Remarks
When this property is set to zero, no data value change history will be kept for the Cell. If DataValueChangedNotificationsActive is set to true, the DataValueChanged event will still be fired, but the Infragistics.Windows.DataPresenter.Events.DataValueChangedEventArgs.ValueHistory property will be null.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also