[]
        
(Showing Draft Content)

C1.WPF.DataFilter.ConditionButtonsControl

ConditionButtonsControl Class

Panel that contains the And and Or radio buttons.

Inheritance
ConditionButtonsControl
Namespace: C1.WPF.DataFilter
Assembly: C1.WPF.DataFilter.dll
Syntax
[TemplatePart(Name = "And", Type = typeof(RadioButton))]
[TemplatePart(Name = "Or", Type = typeof(RadioButton))]
public class ConditionButtonsControl : C1View

Constructors

Name Description
ConditionButtonsControl()

Initializes a new instance of the ConditionButtonsControl class.

Fields

Name Description
IsAndCheckedProperty

Identifies the IsAndChecked dependency property.

IsAndEnabledProperty

Identifies the IsAndEnabled dependency property.

IsOrCheckedProperty

Identifies the IsOrChecked dependency property.

IsOrEnabledProperty

Identifies the IsOrEnabled dependency property.

Properties

Name Description
IsAndChecked

Gets or sets whether the And radio button is checked.

IsAndEnabled

Gets or sets whether the And radio button is enabled.

IsOrChecked

Gets or sets whether the Or radio button is checked.

IsOrEnabled

Gets or sets whether the Or radio button is enabled.

Methods

Name Description
Dispose(bool)
OnApplyTemplate()

Events

Name Description
AndClicked

Called when the And radio button is clicked.

OrClicked

Called when the or button is clicked.