LookupItemBuilder Class
Represents a Lookup item.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public class LookupItemBuilder :
OptionsOwnerBuilder,
ICollectionItem
Related API Members
The following members return LookupItemBuilder objects:
Remarks
Do not instantiate this class explicitly. A new LookupItemBuilder
class instance is created when you call the Items(Action<CollectionFactory<LookupItemBuilder>>) method.
Implements
Inheritance
Object
OptionsOwnerBuilder
LookupItemBuilder
See Also