HtmlForgeX

API Reference

Class

ApexToolbar

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents toolbar options.

Inheritance

  • Object
  • ApexToolbar

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

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.