Skip to main content
All docs
V21.1

MapKeyBuilder Class

OBSOLETE

This Class is obsolete now.

Provides methods that allow you to configure nested options of the client-side key object.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

[Obsolete("")]
public class MapKeyBuilder :
    OptionsOwnerBuilder

Remarks

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

Inheritance

See Also