CyberStore Ecommerce 2023 Documentation
AddImageGallery Method


Dovetail.Ecommerce.Controls Namespace > PersonalizationControl Class : AddImageGallery Method
The tabbed pages.
The pdvtlv.
[in,out] List of names of the controls.
[in,out] The control value i ds.
this detail.
Adds an image gallery.
Syntax
'Declaration
 
Public Function AddImageGallery( _
   ByVal TabbedPages As DevExpress.Web.ASPxPageControl, _
   ByVal PDVTLV As XPPersonalizationDefinitionViewTextLinesValues, _
   ByRef ControlNames As String, _
   ByRef ControlValueIDs As List(Of String), _
   ByVal ThisDetail As XPPersonalizationDetail _
) As DevExpress.Web.ASPxPageControl
'Usage
 
Dim instance As PersonalizationControl
Dim TabbedPages As DevExpress.Web.ASPxPageControl
Dim PDVTLV As XPPersonalizationDefinitionViewTextLinesValues
Dim ControlNames As String
Dim ControlValueIDs As List(Of String)
Dim ThisDetail As XPPersonalizationDetail
Dim value As DevExpress.Web.ASPxPageControl
 
value = instance.AddImageGallery(TabbedPages, PDVTLV, ControlNames, ControlValueIDs, ThisDetail)
public DevExpress.Web.ASPxPageControl AddImageGallery( 
   DevExpress.Web.ASPxPageControl TabbedPages,
   XPPersonalizationDefinitionViewTextLinesValues PDVTLV,
   ref string ControlNames,
   ref List<string> ControlValueIDs,
   XPPersonalizationDetail ThisDetail
)

Parameters

TabbedPages
The tabbed pages.
PDVTLV
The pdvtlv.
ControlNames
[in,out] List of names of the controls.
ControlValueIDs
[in,out] The control value i ds.
ThisDetail
this detail.

Return Value

An ASPxPageControl.
See Also

Reference

PersonalizationControl Class
PersonalizationControl Members