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

TileViewItemBuilder Class

Represents a TileView item.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class TileViewItemBuilder :
    OptionsOwnerBuilder,
    ICollectionItem

Remarks

Do not instantiate this class explicitly. A new TileViewItemBuilder class instance is created when you call the Items(Action<CollectionFactory<TileViewItemBuilder>>) method.

Implements

Inheritance

Object
OptionsOwnerBuilder
TileViewItemBuilder
See Also