The condition for this state. When this datasource resolves to true, this state will be considered "active".

The states list is a prioritized sequential list. “True” items later in the list override true items that are earlier in the list.

Namespace: Ico.Windows.Controls
Assembly: IcoSmartTile (in IcoSmartTile.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public string ConditionDataSource { get; set; }
Visual Basic
Public Property ConditionDataSource As String
	Get
	Set
JScript
function get ConditionDataSource () : String
function set ConditionDataSource (value : String)

See Also