Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
[MergablePropertyAttribute(false)]
[DefaultValueAttribute(null)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public C1WebBindingCollection DataBindings { get; }
Visual Basic (Declaration)
<MergablePropertyAttribute(False)> _
<DefaultValueAttribute(Nothing)> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public ReadOnly Property DataBindings As C1WebBindingCollection

See Also