Click or drag to resize
IInitializable Interface
Interface for all controls those have a value or a state, which can be initialized (for example, TextBox)

Namespace: FluentRibbon.Definitions.Controls
Assembly: FluentRibbon (in FluentRibbon.dll) Version: 1.0.5338.15939
Syntax
C#
public interface IInitializable

The IInitializable type exposes the following members.

Properties
  NameDescription
Public propertyInitialValueJavaScript
Command, which should initialize the control value or state
Top
See Also