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

BulletBuilder Class

A Bullet control.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class BulletBuilder :
    WidgetBuilder

The following members return BulletBuilder objects:

Show 56 links

Remarks

Call the Bullet helper method to create a new Bullet control. The method creates a BulletBuilder class instance whose members allow you to specify control options.

@(Html.DevExtreme().Bullet() // create a Bullet
    // call methods to specify control options
)

Inheritance

See Also