Skip to main content

TreeMapGroupHoverStyleBuilder Class

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

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class TreeMapGroupHoverStyleBuilder :
    OptionsOwnerBuilder

Remarks

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

Inheritance

Object
OptionsOwnerBuilder
TreeMapGroupHoverStyleBuilder
See Also