IWpfTableControl4.UpdateDelayWhileUnstable 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 any ITableDataSinks are unstable.
public:
property TimeSpan UpdateDelayWhileUnstable { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan UpdateDelayWhileUnstable { get; set; }
member this.UpdateDelayWhileUnstable : TimeSpan with get, set
Public Property UpdateDelayWhileUnstable As TimeSpan