[]
        
(Showing Draft Content)

C1.Blazor.Ribbon.C1ToolSeparator

C1ToolSeparator Class

This class is used to separate tools in C1Ribbon or C1ToolStrip.

Inheritance
C1ToolSeparator
Namespace: C1.Blazor.Ribbon
Assembly: C1.Blazor.Ribbon.dll
Syntax
public class C1ToolSeparator : C1View, IHandleAfterRender, IHandleEvent, IDisposable, IComponent, IDependencyObject
Public Class C1ToolSeparator
    Inherits C1View
    Implements IHandleAfterRender, IHandleEvent, IDisposable, IComponent, IDependencyObject

Constructors

Name Description
C1ToolSeparator()

Initializes a new instance of the C1ToolSeparator class.

Properties

Name Description
Orientation

Gets the orientation of the separator.

Methods

Name Description
Dispose(bool)
GetContentRenderFragment()

Returns a RenderFragment that represents the tool's UI content.

OnAfterRender(bool)
OnInitialized()
ShouldRender()