Skip to main content
Tab

ASPxImageGallery Members

An image gallery control.

Constructors

Name Description
ASPxImageGallery() Initializes a new instance of the ASPxImageGallery class.

Properties

Name Description
AccessibilityCompliant Enables accessibility support. Inherited from ASPxDataViewBase.
AccessKey Gets or sets the access key that allows you to quickly navigate to the Web server control. Inherited from WebControl.
Adapter protected Gets the browser-specific adapter for the control. Inherited from Control.
AllButtonPageCount Gets or sets the number of pages whose content will be displayed within a view after the All button has been pressed. Inherited from ASPxDataViewBase.
AllowExpandText Gets or sets a value that specifies whether the text area can be expanded with a mouse click.
AllowPaging Gets or sets whether pagination is allowed. Inherited from ASPxDataViewBase.
AlwaysShowPager Gets or sets the value that specifies whether the pager is always displayed within the control. Inherited from ASPxDataViewBase.
AppRelativeTemplateSourceDirectory Gets or sets the application-relative virtual directory of the Page or UserControl object that contains this control. Inherited from Control.
Attributes Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control. Inherited from WebControl.
BackColor Gets or sets the background color of the Web server control. Inherited from WebControl.
BackgroundImage Gets the web control’s background image. Inherited from ASPxWebControl.
BackwardCompatibility static Provides access to the control’s backward compatibility settings. Inherited from ASPxWebControl.
Border Gets the web control’s border settings. Inherited from ASPxWebControl.
BorderBottom Gets the settings of the web control’s bottom border. Inherited from ASPxWebControl.
BorderLeft Gets the settings of the web control’s left border. Inherited from ASPxWebControl.
BorderRight Gets the settings of the web control’s right border. Inherited from ASPxWebControl.
BorderTop Gets the settings of the web control’s top border. Inherited from ASPxWebControl.
Bound Gets a value that specifies whether the control is data bound. Inherited from ASPxDataWebControlBase.
ChildControlsCreated protected Gets a value that indicates whether the server control’s child controls have been created. Inherited from Control.
ClientID Gets the control’s identifier generated by ASP.NET. Inherited from ASPxWebControlBase.
ClientIDMode Gets or sets the algorithm that is used to generate the value of the ClientID property. Inherited from Control.
ClientIDSeparator protected Gets a character value representing the separator character used in the ClientID property. Inherited from Control.
ClientInstanceName Gets or sets the control’s client programmatic identifier. Inherited from ASPxDataViewBase.
ClientSideEvents Gets an object that lists the client-side events specific to the ASPxImageGallery.
ClientVisible Gets or sets a value that specifies the initial visibility state of a web control on the client. Inherited from ASPxDataViewBase.
Context protected Gets the HttpContext object associated with the server control for the current Web request. Inherited from Control.
Controls Gets the web control’s collection of child controls. Inherited from ASPxWebControlBase.
ControlStyle Gets the style of the Web server control. This property is used primarily by control developers. Inherited from WebControl.
ControlStyleCreated Gets a value indicating whether a Style object has been created for the ControlStyle property. This property is primarily used by control developers. Inherited from WebControl.
CssClass Gets or sets the Cascading Style Sheet (CSS) class rendered by the Web server control on the client. Inherited from WebControl.
Cursor Gets or sets the type of cursor to display when the mouse pointer is over the web control. Inherited from ASPxWebControl.
DataItemContainer Gets a reference to the naming container if the naming container implements IDataItemContainer. Inherited from Control.
DataKeysContainer Gets a reference to the naming container if the naming container implements IDataKeysControl. Inherited from Control.
DataMember Gets or sets the name of the list of data that the data-bound control binds to, in instances where the data source contains more than one distinct list of data items. Inherited from ASPxDataWebControl.
DataSource Specifies the object from which the data-bound control retrieves its data items. Inherited from ASPxDataWebControlBase.
DataSourceID Specifies the control’s data source ID. Inherited from ASPxDataWebControl.
DisabledCssClass static Gets or sets the CSS class to apply to the rendered HTML element when the control is disabled. Inherited from WebControl.
DisabledStyle Gets the style settings which define a control’s appearance in the disabled state. Inherited from ASPxWebControl.
EmptyDataTemplate Gets or sets a template used for displaying the content of the empty data area. Inherited from ASPxDataViewBase.
EmptyDataText Gets or sets the text displayed within the control’s empty data area. Inherited from ASPxDataViewBase.
EmptyImage static Obsolete. Gets the settings of an image which is displayed by the control if the control’s value is null. Inherited from ASPxWebControl.
EnableCallbackAnimation Gets or sets a value that specifies whether a specific animation effect is used when a control’s content is updated via a callback. Inherited from ASPxDataViewBase.
EnableCallbackCompression Gets or sets whether callback result compression is enabled. Inherited from ASPxDataViewBase.
EnableCallBacks Gets or sets a value that specifies whether the callback or postback technology is used to manage round trips to the server. Inherited from ASPxDataViewBase.
Enabled Gets or sets a value that indicates whether a web control is enabled, allowing it to respond to user interactions. Inherited from ASPxWebControl.
EnableDefaultAppearance Obsolete. Specifies whether to enable the control’s default appearance. Inherited from ASPxWebControl.
EnablePagingCallbackAnimation Gets or sets a value that specifies whether a specific animation effect is used when changing pages. Inherited from ASPxDataViewBase.
EnablePagingGestures Gets or sets a value specifying whether an end-user can switch pages with a swipe gesture. Inherited from ASPxDataViewBase.
EnableTheming Gets or sets a value indicating whether themes apply to this control. Inherited from WebControl.
EnableViewState Gets or sets a value indicating whether the server control persists its view state, and the view state of any child controls it contains, to the requesting client. Inherited from Control.
EncodeHtml Gets or sets whether to encode editor value and content. Inherited from ASPxWebControl.
Events protected Gets a list of event handler delegates for the control. This property is read-only. Inherited from Control.
Font Gets the font properties associated with the Web server control. Inherited from WebControl.
ForeColor Gets or sets the foreground color (typically the color of the text) of the Web server control. Inherited from WebControl.
FullscreenViewerItemTextTemplate Specifies a common template to display the content of all items’ fullscreen viewer text area.
FullscreenViewerTextField Gets or sets the name of a data field (or an xml element’s attribute) which provides image gallery item texts that are displayed in a fullscreen viewer.
FullscreenViewerTextTemplate Gets or sets a template used for displaying the content of fullscreen viewer text area.
FullscreenViewerThumbnailUrlField Gets or sets the name of a data field (or an xml element’s attribute) which provides image gallery item fullscreen viewer thumbnail locations.
FullscreenViewerThumbnailUrlFormatString Gets or sets the pattern used to format the URL that points to the image displayed in the fullscreen viewer within the image gallery.
GlobalAccessibilityCompliant static Gets or sets whether accessibility support is globally enabled for all DevExpress web controls across the web page or the entire web site. Inherited from ASPxWebControl.
GlobalCheckReferencesToExternalScripts static Gets or sets whether links to external client scripts (such as jQuery, Knockout, and others), which are used by some DevExpress web components, are checked for presence and correctness. Inherited from ASPxWebControl.
GlobalEmbedRequiredClientLibraries static Obsolete. Gets or sets whether external client libraries (including scripts and CSS files) are automatically embedded in the DevExpress.Web assembly as resources. Inherited from ASPxWebControl.
GlobalRightToLeft static Gets or sets that the right-to-left orientation shall be globally applied to all DevExpress web controls across the web page or the entire web site. Inherited from ASPxWebControl.
GlobalStyleSheetTheme static Gets or sets the name of the style sheet theme to be globally applied to all DevExpress web controls across the entire web site. Inherited from ASPxWebControl.
GlobalTheme static Gets or sets the name of the Theme to be globally applied to all DevExpress web controls across the entire web site. Inherited from ASPxWebControl.
GlobalThemeBaseColor static Gets or sets the base color for the theme to be globally applied to all DevExpress web controls across a web page or entire web site. Inherited from ASPxWebControl.
GlobalThemeFont static Gets or sets the font settings of the theme to be globally applied to all DevExpress web controls across a web page or entire web site. Inherited from ASPxWebControl.
HasAttributes Gets a value indicating whether the control has attributes set. Inherited from WebControl.
HasChildViewState protected Gets a value indicating whether the current server control’s child controls have any saved view-state settings. Inherited from Control.
Height Gets or sets the height of the web server control. Inherited from ASPxWebControl.
ID Gets or sets the programmatic identifier assigned to the server control. Inherited from Control.
IdSeparator protected Gets the character used to separate control identifiers. Inherited from Control.
ImageContentBytesField Specifies the data source field that contains item binary images.
ImageFolder Gets or sets the path to the folder that contains images used by the control. Inherited from ASPxDataViewBase.
Images Provides access to the settings that define images displayed within the ASPxImageGallery’s elements.
ImagesFullscreenViewer Provides access to the settings that define images displayed within the Image Gallery’s fullscreen viewer.
ImagesFullscreenViewerNavigationBar Provides access to the settings that define images displayed within the fullscreen viewer‘s navigation bar.
ImageUrlField Gets or sets the name of a data field (or an xml element’s attribute) which provides image gallery item image locations.
ImageUrlFormatString Gets or sets the pattern used to format the URL that points to the image displayed in the image gallery.
Initialized Gets a value indicating whether the web control has been initialized. Inherited from ASPxWebControlBase.
IsCallback Gets a value indicating whether the request is the result of a callback sent by the control. Inherited from ASPxWebControl.
IsChildControlStateCleared protected