ActionSheetItemBuilder Class
Represents an ActionSheet item.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public class ActionSheetItemBuilder :
OptionsOwnerBuilder,
ICollectionItem
Related API Members
The following members return ActionSheetItemBuilder objects:
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