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
BackColor
public Color BackColor { get; set; }
Property Value
ContentType
public Type ContentType { get; set; }
Property Value
Counter
public int Counter { get; set; }
Property Value
GetCounter
public Func<int> GetCounter { get; set; }
Property Value
GetTitle
public Func<string> GetTitle { get; set; }
Property Value
IconSource
public string IconSource { get; set; }
Property Value
IconString
public string IconString { get; set; }
Property Value
IsDetail
public bool IsDetail { get; set; }
Property Value
IsOption
public bool IsOption { get; set; }
Property Value
Key
public string Key { get; set; }
Property Value
Modal
public bool Modal { get; set; }
Property Value
Module
if module is disable the use this key to disable this item
public string Module { get; set; }
Property Value
MyId
public string MyId { get; set; }
Property Value
NeedTransition
public bool NeedTransition { get; set; }
Property Value
OnSelected
public Action OnSelected { get; set; }
Property Value
PseudoTab
public bool PseudoTab { get; set; }
Property Value
Selected
public bool Selected { get; set; }
Property Value
Separator
public bool Separator { get; set; }
Property Value
ShowCounter
public bool ShowCounter { get; set; }
Property Value
Tab
public int Tab { get; set; }
Property Value
TargetType
public Type TargetType { get; set; }
Property Value
Title
public string Title { get; set; }
Property Value
TypeParameter
public object TypeParameter { get; set; }
Property Value
UnauthorizedOnly
public bool UnauthorizedOnly { get; set; }
Property Value
Url
public string Url { get; set; }
Property Value
UserRoles
public string UserRoles { get; set; }
Property Value
VOptions
public LayoutOptions VOptions { get; }
Property Value
Visible
public bool Visible { get; set; }