ControlBindingContext Property

The context in the Control that this ControlBinding referenced to. When set to -1, The binding is to the Control's Visible property. otherwise the binding is to the SelectedIndex property

Definition

Namespace: Firefly.Box.UI
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public int Context { get; set; }

Property Value

Int32

See Also