Click or drag to resize
RibbonLayoutsPage Class

This base class simplifies creation of Application Page with custom ribbon tab.

You need to inherit from this class rather when from LayoutsPageBase, to use the functionality. Also, you should override the GetTabDefinition method and provide ribbon tab definition, using TabDefinition class.

Inheritance Hierarchy

Namespace: FluentRibbon
Assembly: FluentRibbon (in FluentRibbon.dll) Version: 1.0.5338.15939
Syntax
C#
public abstract class RibbonLayoutsPage : LayoutsPageBase

The RibbonLayoutsPage type exposes the following members.

Methods
  NameDescription
Public methodGetTabDefinition
Provide ribbon tab definition.
Top
See Also