Click or drag to resize

RibbonBarDataContext Class

Represents a data context under which the RibbonBar control is running.
Inheritance Hierarchy
SystemObject
  Dynamicweb.ControlsRibbonBarDataContext

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public class RibbonBarDataContext

The RibbonBarDataContext type exposes the following members.

Constructors
  NameDescription
Public methodRibbonBarDataContext
Initializes new instance of an object.
Top
Properties
  NameDescription
Public propertyDataSource
Gets the reference to a data object.
Public propertyOwner
Gets the owner of this data context.
Public propertyPage
Gets the reference to the current Dynamicweb page.
Top
Methods
  NameDescription
Public methodInitialize
Initializes the data context.
Protected methodOnDelete
Raises "Delete" event.
Protected methodOnSave
Raises "Save" event.
Top
Events
  NameDescription
Public eventDelete
Occurs when the associated data object has been deleted.
Public eventSave
Occurs when the associated data object has been saved.
Top
Remarks