Skip to content

MainMenuBottomCustomItem

Summary

Represents a bottom custom item in main menu.

Signature

1
public abstract interface MainMenuBottomCustomItem

Namespace

cAlgo.API

See Also

Properties

Handler

Summary

Get / set handler of bottom item.

Remarks

This handler will be invoked when user clicked on current item.

Signature

1
public abstract Action Handler {get; set;}

Return Value

Action

Name

Summary

Gets name of item.

Signature

1
public abstract string Name {get;}

Return Value

string