Table of Contents

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

IEnumerable<GauntletView>

Children

public MBReadOnlyList<GauntletView> Children { get; }

Property Value

MBReadOnlyList<GauntletView>

DisplayName

public string DisplayName { get; }

Property Value

string

GauntletMovie

public GauntletMovie GauntletMovie { get; }

Property Value

GauntletMovie

ItemTemplateUsageWithData

public ItemTemplateUsageWithData ItemTemplateUsageWithData { get; }

Property Value

ItemTemplateUsageWithData

Parent

public GauntletView Parent { get; }

Property Value

GauntletView

Tag

public object Tag { get; set; }

Property Value

object

ViewModelPath

public BindingPath ViewModelPath { get; }

Property Value

BindingPath

ViewModelPathString

public string ViewModelPathString { get; }

Property Value

string

Methods

AddChild(GauntletView)

public void AddChild(GauntletView child)

Parameters

child GauntletView

BindData(string, BindingPath)

public void BindData(string property, BindingPath path)

Parameters

property string
path 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 GauntletView
child2 GauntletView

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).