SlideshowSlideRefresh Property

Gets or sets the duration that each slide will refresh its content in seconds. A value of 0 means that the slide should never refresh its content.

Namespace:  Dundas.BI.Entities.Views.Slideshows
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public int SlideRefresh { get; set; }

Property Value

Type: Int32
The content refresh of the slide in seconds.
See Also