| RibbonBarDataContextPage Property |
Gets the reference to the current Dynamicweb page.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public Page Page { get; }
Public ReadOnly Property Page As Page
Get
Property Value
Type:
PageRemarks This property will return null (Nothing in Visual Basic) if page is not available under the current context.
See Also