KaxMenuDataBindings Property |
Gets a collection of
KaxMenuItemBinding objects that define the relationship
between a data item and the menu item it is binding to.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax [PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public KaxMenuItemBindingCollection DataBindings { get; }
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public ReadOnly Property DataBindings As KaxMenuItemBindingCollection
Get
public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
property KaxMenuItemBindingCollection^ DataBindings {
KaxMenuItemBindingCollection^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member DataBindings : KaxMenuItemBindingCollection with get
Return Value
Type:
KaxMenuItemBindingCollection
A
KaxMenuItemBindingCollection that represents the relationship between a data item and the menu item it is binding to.
See Also