[]
Panel that contains the And and Or radio buttons.
public class ConditionButtonsControl : C1View, IDisposable
| Name | Description |
|---|---|
| ConditionButtonsControl() | Initializes a new instance of the ConditionButtonsControl class. |
| 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. |
| 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. |
| Name | Description |
|---|---|
| Dispose(bool) | |
| OnApplyTemplate() |
| Name | Description |
|---|---|
| AndClicked | Called when the And radio button is clicked. |
| OrClicked | Called when the or button is clicked. |