CommandStateAsDynamic Property

Gets the state as a dynamic object so the states can be set by simple property setting syntax.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public Object AsDynamic { get; }

Property Value

Object

Implements

ICommandStateAsDynamic

See Also