Click or drag to resize
KaxRotatorItemData Class
Data class used for transferring rotator items from and to web services.
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.ControlsKaxRotatorItemData

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[SerializableAttribute]
public class KaxRotatorItemData

The KaxRotatorItemData type exposes the following members.

Constructors
  NameDescription
Public methodKaxRotatorItemData
Top
Properties
  NameDescription
Public propertyCssClass
See KaxRotatorItem.CssClass.
Public propertyHtml
The HTML content of the rotator frame. Note that you do not need to use templates here - the HTML will be added to the page directly.
Public propertyVisible
See KaxRotatorItem.Visible.
Top
Remarks
For information about the role of each property see the KaxRotatorItem class.
See Also