[]
        
(Showing Draft Content)

C1.WPF.Pivot.ConditionalFieldStyleEditor

ConditionalFieldStyleEditor Class

Editor for conditional field styles.

Inheritance
ConditionalFieldStyleEditor
Namespace: C1.WPF.Pivot
Assembly: C1.WPF.Pivot.dll
Syntax
[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

Constructors

Name Description
ConditionalFieldStyleEditor()

Initializes a new instance of the ConditionalFieldStyleEditor class.

Fields

Name Description
HighValuesProperty

Identifies the HighValues dependency property.

Properties

Name Description
HighValues

Gets or sets a value indicating whether this editor is used for high values.

IsDisposed

Gets whether this instance is disposed.

Methods

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()