IWpfTableControl4.UpdateDelayWhileStable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delay between a change in the data and the start of an update when all ITableDataSinks are stable.
public:
property TimeSpan UpdateDelayWhileStable { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan UpdateDelayWhileStable { get; set; }
member this.UpdateDelayWhileStable : TimeSpan with get, set
Public Property UpdateDelayWhileStable As TimeSpan