Skip to main content
A newer version of this page is available. .

GalleryBuilder Class

A Gallery control.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class GalleryBuilder :
    WidgetBuilder

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

See Also