ImageSliderSettings Properties
Contains the ImageSlider extension settings.
Name | Description |
---|---|
Access |
Gets or sets the access key that allows you to quickly navigate to the ASP. |
Active |
Gets or sets the index of an item which is currently displayed within the image slider. |
Attributes |
Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control.
Inherited from Settings |
Binary |
Obsolete. Gets or sets the path to the folder that contains cached binary images displayed by Image |
Callback |
Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks. |
Client |
Gets an object that lists the client-side events specific to the Image |
Control |
Provides access to the style settings declared at the root level of the extension’s wrapped web server control.
Inherited from Settings |
Data |
Enables you to perform a custom action after the Image |
Enabled |
Gets or sets a value that indicates whether the MVC Extension is enabled, allowing it to respond to end-user interactions.
Inherited from Settings |
Enable |
Gets or sets a value indicating whether themes apply to this extension.
Inherited from Settings |
Encode |
Gets or sets whether to encode editor value and content.
Inherited from Settings |
Height |
Gets or sets the height of the extension.
Inherited from Settings |
Image |
Gets or sets an array of the bytes representing the image. A Byte array that contains the image contents. |
Images |
Provides access to the settings that define images for various elements within the Image |
Image |
Gets or sets the data source field that provides image locations for the Image |
Image |
Gets or sets the pattern used to format the URL that points to the image displayed in the image slider. |
Init |
Enables you to perform custom actions when an extension is initialized.
Inherited from Settings |
Item |
Enables you to customize settings of a bound image slider item before it is finally rendered. |
Items |
Gets the collection of items in the Image |
Keyboard |
Gets or sets a value that specifies whether keyboard navigation is available within the Image |
Name |
Specifies the unique identifier name for the extension.
Inherited from Settings |
Name |
Gets or sets the name of a data field (or an xml element’s attribute) which provides unique image slider item identifier names. |
Navigate |
Gets or sets the name of a data field (or an xml element’s attribute) which provides image slider item navigation locations. |
Navigate |
Gets or sets the pattern used to format image slider item navigation URLs. |
Pre |
Allows custom processing to be implemented before the extension is rendered to the page.
Inherited from Settings |
Right |
Specifies whether to apply right-to-left representation to the extension. |
Seo |
Gets or sets whether Search-Engine Optimization (SEO) mode is enabled. |
Settings |
Provides access to the image generation mechanism settings. |
Settings |
Provides access to the Image |
Settings |
Provides access to the Image |
Settings |
Provides access to the Image |
Settings |
Provides access to the Image |
Show |
Gets or sets a value that specifies whether or not the image area is displayed within the image slider. |
Show |
Gets or sets a value that specifies whether the navigation bar is displayed within the image slider. |
Skin |
Gets or sets the skin to apply to the control.
Inherited from Settings |
Style |
Gets a collection of all cascading style sheet (CSS) properties applied to an extension.
Inherited from Settings |
Styles | Provides access to the style settings that control the appearance of the extension’s visual elements. |
Tab |
Gets or sets the tab index of the control element of the web page.
Inherited from Settings |
Target | Gets or sets the window or frame to which to target the contents of the URL associated with an item. |
Text |
Gets or sets the data source field which provides item descriptions. |
Theme |
Gets or sets the name of the theme to be applied to the extension.
Inherited from Settings |
Thumbnail |
Gets or sets an array of the bytes representing the thumbnail. A Byte array that contains the thumbnail contents. |
Thumbnail |
Gets or sets the data source field that provides thumbnail image locations for the Image |
Thumbnail |
Gets or sets the pattern used to format the URL that points to the thumbnail displayed in the image slider. |
Tool |
Gets or sets a UI element’s tooltip text.
Inherited from Settings |
Width |
Gets or sets the width of the extension.
Inherited from Settings |
See Also