GalleryBuilder Class
A Gallery control.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public class GalleryBuilder :
WidgetBuilder
Related API Members
The following members return GalleryBuilder objects:
Show 88 links
Remarks
Call the Gallery helper method to create a new Gallery control. The method creates a GalleryBuilder
class instance whose members allow you to specify control options.
@(Html.DevExtreme().Gallery() // create a Gallery
// call methods to specify control options
)
Inheritance
Object
OptionsOwnerBuilder
WidgetBuilder
GalleryBuilder
See Also