Class FilterGroupControl
Inheritance
System.Object
FilterGroupControl
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
[TemplateVisualState(Name = "ThenExpressionVisualState", GroupName = "ExpressionStates")]
[TemplateVisualState(Name = "NormalExpressionVisualState", GroupName = "ExpressionStates")]
[TemplateVisualState(Name = "NormalFilterGroupState", GroupName = "FilterGroupMouseEventsStates")]
[TemplateVisualState(Name = "MouseEnterFilterGroupState", GroupName = "SelectGroupState")]
[TemplateVisualState(Name = "SelectedFilterGroupState", GroupName = "SelectFilterGroupStates")]
[TemplateVisualState(Name = "UnSelectedFilterGroupState", GroupName = "SelectFilterGroupStates")]
public class FilterGroupControl : UserControl, IComponentConnector
Constructors
FilterGroupControl()
Declaration
public FilterGroupControl()
Fields
IsSelectedProperty
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
System.Windows.DependencyProperty
|
IsThenGroupProperty
Declaration
public static readonly DependencyProperty IsThenGroupProperty
Field Value
System.Windows.DependencyProperty
|
Properties
FilterGroup
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean
|
IsThenGroup
Declaration
public bool IsThenGroup { get; set; }
Property Value
System.Boolean
|
Model
Methods
InitializeComponent()
Declaration
public void InitializeComponent()
NormalExpression()
Declaration
public void NormalExpression()
SetState(String, Boolean)
Declaration
protected virtual void SetState(string state, bool useTransition)
Parameters
System.String
state
|
System.Boolean
useTransition
|
ThenExpression()
Declaration
public void ThenExpression()