Class GauntletView
- Namespace
- TaleWorlds.GauntletUI.Data
- Assembly
- TaleWorlds.GauntletUI.Data.dll
public class GauntletView : WidgetComponent
- Inheritance
-
GauntletView
- Inherited Members
Properties
AllChildren
public IEnumerable<GauntletView> AllChildren { get; }
Property Value
Children
public MBReadOnlyList<GauntletView> Children { get; }
Property Value
DisplayName
public string DisplayName { get; }
Property Value
GauntletMovie
public GauntletMovie GauntletMovie { get; }
Property Value
ItemTemplateUsageWithData
public ItemTemplateUsageWithData ItemTemplateUsageWithData { get; }
Property Value
Parent
public GauntletView Parent { get; }
Property Value
Tag
public object Tag { get; set; }
Property Value
ViewModelPath
public BindingPath ViewModelPath { get; }
Property Value
ViewModelPathString
public string ViewModelPathString { get; }
Property Value
Methods
AddChild(GauntletView)
public void AddChild(GauntletView child)
Parameters
child
GauntletView
BindData(string, BindingPath)
public void BindData(string property, BindingPath path)
Parameters
property
stringpath
BindingPath
ClearBinding(string)
public void ClearBinding(string propertyName)
Parameters
propertyName
string
RefreshBinding()
public void RefreshBinding()
RefreshBindingWithChildren()
public void RefreshBindingWithChildren()
ReleaseBindingWithChildren()
public void ReleaseBindingWithChildren()
RemoveChild(GauntletView)
public void RemoveChild(GauntletView child)
Parameters
child
GauntletView
SwapChildrenAtIndeces(GauntletView, GauntletView)
public void SwapChildrenAtIndeces(GauntletView child1, GauntletView child2)
Parameters
child1
GauntletViewchild2
GauntletView
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).