ActionSheetItemBuilder Class
In This Article
Represents an ActionSheet item.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
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