Gets or sets the invalidating interval after which the Cell should be repainted.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public TimeSpan RefreshInterval { get; set; } |
| Visual Basic |
|---|
Public Property RefreshInterval As TimeSpan Get Set |
| Visual C++ |
|---|
public: property TimeSpan RefreshInterval { TimeSpan get (); void set (TimeSpan value); } |
| F# |
|---|
member RefreshInterval : TimeSpan with get, set |
Property Value
Type: TimeSpanThe interval.
Remarks
The Grid invalidates highlighting Cell each RefreshInterval, which
can be useful in implementing fading effects.