Click or drag to resize
ToggleButtonDefinitionInitialValueJavaScript Property
The script, which should return the initial state of the ToggleButton (true for ON, false for OFF).

Namespace: FluentRibbon.Definitions.Controls
Assembly: FluentRibbon (in FluentRibbon.dll) Version: 1.0.5338.15939
Syntax
C#
public string InitialValueJavaScript { get; set; }

Property Value

Type: String

Implements

IInitializableInitialValueJavaScript
See Also