Skip to main content

ActionSheetItemBuilder Class

Represents an ActionSheet item.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class ActionSheetItemBuilder :
    OptionsOwnerBuilder,
    ICollectionItem

Remarks

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

Implements

Inheritance

Object
OptionsOwnerBuilder
ActionSheetItemBuilder
See Also