Skip to main content

ImageGallerySettings Methods

Contains the ImageGallery extension settings.
Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SetEmptyDataTemplateContent(Action<DataViewTemplateContainer>) Allows you to provide a template for rendering the DataView’s Empty Data Area. Inherited from DataViewSettingsBase.
SetEmptyDataTemplateContent(String) Allows you to provide a template for rendering the DataView’s Empty Data Area. Inherited from DataViewSettingsBase.
SetFullscreenViewerItemTextTemplateContent(Action<ImageGalleryFullscreenViewerItemTemplateContainer>) Gets or sets a common template used for displaying the content of all items’ fullscreen viewer text area.
SetFullscreenViewerItemTextTemplateContent(String) Gets or sets a common template used for displaying the content of all items’ fullscreen viewer text area.
SetFullscreenViewerTextTemplateContent(Action<ImageGalleryFullscreenViewerItemTemplateContainer>) Gets or sets a template used for displaying the content of the fullscreen viewer text area.
SetFullscreenViewerTextTemplateContent(String) Gets or sets a template used for displaying the content of the fullscreen viewer text area.
SetItemTextTemplateContent(Action<ImageGalleryThumbnailTemplateContainer>) Allows you to specify a common template for the text content of ImageGallery items.
SetItemTextTemplateContent(String) Allows you to specify a common template for the text content of ImageGallery items.
SetPagerPanelLeftTemplateContent(Action<DataViewPagerPanelTemplateContainer>) Allows you to provide a template for rendering the pager panel displayed on the left within the DataView. Inherited from DataViewSettingsBase.
SetPagerPanelLeftTemplateContent(String) Allows you to provide a template for rendering the pager panel displayed on the left within the DataView. Inherited from DataViewSettingsBase.
SetPagerPanelRightTemplateContent(Action<DataViewPagerPanelTemplateContainer>) Allows you to provide a template for rendering the pager panel displayed on the right within the DataView. Inherited from DataViewSettingsBase.
SetPagerPanelRightTemplateContent(String) Allows you to provide a template for rendering the pager panel displayed on the right within the DataView. Inherited from DataViewSettingsBase.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also