Table of Contents

Class MenuPageItem

Namespace
DrawnUi.Maui.Navigation
Assembly
DrawnUi.Maui.dll
public class MenuPageItem : BindableObject, INotifyPropertyChanged
Inheritance
MenuPageItem
Implements
Inherited Members
Extension Methods

Constructors

MenuPageItem()

public MenuPageItem()

Properties

AuthorizedOnly

public bool AuthorizedOnly { get; set; }

Property Value

bool

BackColor

public Color BackColor { get; set; }

Property Value

Color

ContentType

public Type ContentType { get; set; }

Property Value

Type

Counter

public int Counter { get; set; }

Property Value

int

GetCounter

public Func<int> GetCounter { get; set; }

Property Value

Func<int>

GetTitle

public Func<string> GetTitle { get; set; }

Property Value

Func<string>

IconSource

public string IconSource { get; set; }

Property Value

string

IconString

public string IconString { get; set; }

Property Value

string

IsDetail

public bool IsDetail { get; set; }

Property Value

bool

IsOption

public bool IsOption { get; set; }

Property Value

bool

Key

public string Key { get; set; }

Property Value

string

Modal

public bool Modal { get; set; }

Property Value

bool

Module

if module is disable the use this key to disable this item

public string Module { get; set; }

Property Value

string

MyId

public string MyId { get; set; }

Property Value

string

NeedTransition

public bool NeedTransition { get; set; }

Property Value

bool

OnSelected

public Action OnSelected { get; set; }

Property Value

Action

PseudoTab

public bool PseudoTab { get; set; }

Property Value

bool

Selected

public bool Selected { get; set; }

Property Value

bool

Separator

public bool Separator { get; set; }

Property Value

bool

ShowCounter

public bool ShowCounter { get; set; }

Property Value

bool

Tab

public int Tab { get; set; }

Property Value

int

TargetType

public Type TargetType { get; set; }

Property Value

Type

Title

public string Title { get; set; }

Property Value

string

TypeParameter

public object TypeParameter { get; set; }

Property Value

object

UnauthorizedOnly

public bool UnauthorizedOnly { get; set; }

Property Value

bool

Url

public string Url { get; set; }

Property Value

string

UserRoles

public string UserRoles { get; set; }

Property Value

string

VOptions

public LayoutOptions VOptions { get; }

Property Value

LayoutOptions

Visible

public bool Visible { get; set; }

Property Value

bool