Table of Contents

Property InputBindingsRecursive

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

InputBindingsRecursive

Gets the collection of input bindings associated with this control and its visible child controls. Only bindings from visible and enabled controls are returned.

[Browsable(false)]
public virtual IEnumerable<InputBinding> InputBindingsRecursive { get; }

Property Value

IEnumerable<InputBinding>