HtmlForgeX

API Reference

Class

ApexToolbar

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents toolbar options.

Inheritance

  • Object
  • ApexToolbar

Constructors

public ApexToolbar() #

Methods

public ApexToolbar SetShow(Boolean show) #
Returns: ApexToolbar

Shows or hides the toolbar.

Parameters

show System.Boolean requiredposition: 0

Properties

public Nullable<Boolean> Show { get; set; } #
JsonPropertyName("show")

Gets or sets whether to show the toolbar.

public ApexToolbarTools Tools { get; set; } #
JsonPropertyName("tools")

Gets or sets the tools configuration.