[]
Represents additional appearance settings.
public interface IViewOptions : INotifyPropertyChanged
| Name | Description |
|---|---|
| AllowedRules | A value indicating which types of rules are supported by the C1RulesManager control. |
| CanChangePriority | A value indicating whether the end user can change the priority of a rule using the user interface. |
| CanEditName | A value indicating whether the end user can edit the rule name using the user interface. |
| IsAddButtonVisible | A value indicating whether the add new rule button is enabled and visible. |
| IsBackColorVisible | A value indicating whether to display background color button on the format toolbar. |
| IsBorderColorVisible | A value indicating whether to display border color button on the format toolbar. |
| IsConditionVisible | Gets or sets a value indicating whether to show the C1RulesManager formatting condition element. |
| IsExpressionButtonVisible | A value indicating whether the expression dialog button is enabled and visible. |
| IsFontStyleVisible | A value indicating whether to display font style buttons on the format toolbar. |
| IsHeaderVisible | A value indicating whether to show the C1RulesManager header. |
| IsHistogramVisible | A value indicating whether to display histogram buttons on the format toolbar. |
| IsIconsButtonVisible | A value indicating whether to display icons button on the format toolbar. |
| IsRangeSelectorVisible | Gets or sets a value indicating whether to show the C1RulesManager range selector element. |
| IsRemoveButtonVisible | A value indicating whether the remove rule button is enabled and visible. |
| IsRuleCheckBoxVisible | A value indicating whether the Enable/Disable check box is visible in the rule item. |
| IsRuleNameVisible | A value indicating whether the rule name is visible in the rule editor. |
| IsStopIfTrueVisible | A value indicating whether the StopIfTrue check box is visible in the rule editor. |
| IsTextAlignVisible | A value indicating whether to display text alignment button on the format toolbar. |
| IsTextColorVisible | A value indicating whether to display text color button on the format toolbar. |
| PopupPlacement | Get or sets a value determines the overall appearance of the pop-up list. |