[]
Editor for conditional field styles.
[TemplatePart(Name = "Root", Type = typeof(Grid))]
[TemplatePart(Name = "StyleEditor", Type = typeof(FieldStyleEditor))]
[TemplatePart(Name = "ConditionType", Type = typeof(C1ComboBox))]
[TemplatePart(Name = "Threshold", Type = typeof(TextBox))]
[TemplatePart(Name = "AboveLabel", Type = typeof(FrameworkElement))]
[TemplatePart(Name = "BelowLabel", Type = typeof(FrameworkElement))]
public class ConditionalFieldStyleEditor : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable
Name | Description |
---|---|
ConditionalFieldStyleEditor() | Initializes a new instance of the ConditionalFieldStyleEditor class. |
Name | Description |
---|---|
HighValuesProperty | Identifies the HighValues dependency property. |
Name | Description |
---|---|
HighValues | Gets or sets a value indicating whether this editor is used for high values. |
IsDisposed | Gets whether this instance is disposed. |
Name | Description |
---|---|
ApplyValues(PivotConditionalFieldStyle) | Applies the current values of the editor to a given field style. |
Dispose() | |
Dispose(bool) | |
Finalize() | Finalizes this instance of the ConditionalFieldStyleEditor class. |
GetValues(PivotConditionalFieldStyle) | Initializes the control getting the values of a given field style. |
OnApplyTemplate() |