GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Functions

ActionColumnDisabledFunction Class

Indicates if the action should appear disabled.
default null
ArcGIS Maps SDK for JavaScript

public class ActionColumnDisabledFunction :
System.IEquatable<dymaptic.GeoBlazor.Pro.Functions.ActionColumnDisabledFunction>

Inheritance System.Object 🡒 ActionColumnDisabledFunction

Implements System.IEquatable<ActionColumnDisabledFunction>

Remarks

You may reference the following input parameters by name in your JavaScript: parameters.

Constructors

ActionColumnDisabledFunction(string) Constructor

Indicates if the action should appear disabled.
default null
ArcGIS Maps SDK for JavaScript

public ActionColumnDisabledFunction(string JavaScriptFunction);

Parameters

JavaScriptFunction System.String

The JavaScript function to call, passed as a string.

Remarks

You may reference the following input parameters by name in your JavaScript: parameters.

Properties

ActionColumnDisabledFunction.JavaScriptFunction Property

The JavaScript function to call, passed as a string.

public string JavaScriptFunction { get; set; }

Property Value

System.String