HtmlForgeX

API Reference

Class

ApexToolbarTools

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents toolbar tools configuration.

Inheritance

  • Object
  • ApexToolbarTools

Constructors

public ApexToolbarTools() #

Properties

public Nullable<Boolean> Download { get; set; } #
JsonPropertyName("download")

Gets or sets whether to show download button.

public Nullable<Boolean> Selection { get; set; } #
JsonPropertyName("selection")

Gets or sets whether to show selection button.

public Nullable<Boolean> Zoom { get; set; } #
JsonPropertyName("zoom")

Gets or sets whether to show zoom button.

public Nullable<Boolean> ZoomIn { get; set; } #
JsonPropertyName("zoomin")

Gets or sets whether to show zoom in button.

public Nullable<Boolean> ZoomOut { get; set; } #
JsonPropertyName("zoomout")

Gets or sets whether to show zoom out button.

public Nullable<Boolean> Pan { get; set; } #
JsonPropertyName("pan")

Gets or sets whether to show pan button.

public Nullable<Boolean> Reset { get; set; } #
JsonPropertyName("reset")

Gets or sets whether to show reset button.