Property IsFixupTokenAvailable
- Namespace
- Alternet.FormDesigner.Wpf.XamlDom
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
IsFixupTokenAvailable
Gets a value that determines whether calling GetFixupToken(IEnumerable<string>, bool) is available in order to resolve a name into a token for forward resolution.
public bool IsFixupTokenAvailable { get; }
Property Value
- bool
true if GetFixupToken(IEnumerable<string>, bool) is available as an implementation that returns a useful token for forward resolution; otherwise, false.