Skip to main content

ImageSliderSettings Properties

Contains the ImageSlider extension settings.
Name Description
AccessKey Gets or sets the access key that allows you to quickly navigate to the ASP.NET MVC extension. Inherited from SettingsBase.
ActiveItemIndex 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 SettingsBase.
BinaryImageCacheFolder Obsolete. Gets or sets the path to the folder that contains cached binary images displayed by ImageSlider.
CallbackRouteValues Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
ClientSideEvents Gets an object that lists the client-side events specific to the ImageSlider.
ControlStyle Provides access to the style settings declared at the root level of the extension’s wrapped web server control. Inherited from SettingsBase.
DataBound Enables you to perform a custom action after the ImageSlider has been bound to its data source.
Enabled Gets or sets a value that indicates whether the MVC Extension is enabled, allowing it to respond to end-user interactions. Inherited from SettingsBase.
EnableTheming Gets or sets a value indicating whether themes apply to this extension. Inherited from SettingsBase.
EncodeHtml Gets or sets whether to encode editor value and content. Inherited from SettingsBase.
Height Gets or sets the height of the extension. Inherited from SettingsBase.
ImageContentBytesField 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 ImageSlider.
ImageUrlField Gets or sets the data source field that provides image locations for the ImageSlider’s items.
ImageUrlFormatString 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 SettingsBase.
ItemDataBound Enables you to customize settings of a bound image slider item before it is finally rendered.
Items Gets the collection of items in the ImageSlider.
KeyboardSupport Gets or sets a value that specifies whether keyboard navigation is available within the ImageSlider.
Name Specifies the unique identifier name for the extension. Inherited from SettingsBase.
NameField Gets or sets the name of a data field (or an xml element’s attribute) which provides unique image slider item identifier names.
NavigateUrlField Gets or sets the name of a data field (or an xml element’s attribute) which provides image slider item navigation locations.
NavigateUrlFormatString Gets or sets the pattern used to format image slider item navigation URLs.
PreRender Allows custom processing to be implemented before the extension is rendered to the page. Inherited from SettingsBase.
RightToLeft Specifies whether to apply right-to-left representation to the extension.
SeoFriendly Gets or sets whether Search-Engine Optimization (SEO) mode is enabled.
SettingsAutoGeneratedImages Provides access to the image generation mechanism settings.
SettingsBehavior Provides access to the ImageSlider’s behavior settings.
SettingsImageArea Provides access to the ImageSlider’s image area options.
SettingsNavigationBar Provides access to the ImageSlider’s navigation bar options.
SettingsSlideShow Provides access to the ImageSlider’s slide show options.
ShowImageArea Gets or sets a value that specifies whether or not the image area is displayed within the image slider.
ShowNavigationBar Gets or sets a value that specifies whether the navigation bar is displayed within the image slider.
SkinID Gets or sets the skin to apply to the control. Inherited from SettingsBase.
Style Gets a collection of all cascading style sheet (CSS) properties applied to an extension. Inherited from SettingsBase.
Styles Provides access to the style settings that control the appearance of the extension’s visual elements.
TabIndex Gets or sets the tab index of the control element of the web page. Inherited from SettingsBase.
Target Gets or sets the window or frame to which to target the contents of the URL associated with an item.
TextField 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 SettingsBase.
ThumbnailContentBytesField Gets or sets an array of the bytes representing the thumbnail. A Byte array that contains the thumbnail contents.
ThumbnailUrlField Gets or sets the data source field that provides thumbnail image locations for the ImageSlider’s items.
ThumbnailUrlFormatString Gets or sets the pattern used to format the URL that points to the thumbnail displayed in the image slider.
ToolTip Gets or sets a UI element’s tooltip text. Inherited from SettingsBase.
Width Gets or sets the width of the extension. Inherited from SettingsBase.
See Also