[]
        
(Showing Draft Content)

C1.WPF.Pivot.FieldStyleEditor

FieldStyleEditor Class

Editor for field styles.

Inheritance
FieldStyleEditor
Namespace: C1.WPF.Pivot
Assembly: C1.WPF.Pivot.dll
Syntax
[TemplatePart(Name = "Root", Type = typeof(Grid))]
[TemplatePart(Name = "BackgroundPicker", Type = typeof(C1ColorPicker))]
[TemplatePart(Name = "ForegroundPicker", Type = typeof(C1ColorPicker))]
[TemplatePart(Name = "BoldCheckBox", Type = typeof(CheckBox))]
[TemplatePart(Name = "ClearButton", Type = typeof(C1Button))]
public class FieldStyleEditor : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable

Constructors

Name Description
FieldStyleEditor()

Initializes a new instance of the FieldStyleEditor class.

Properties

Name Description
IsDisposed

Gets whether this instance is disposed.

Methods

Name Description
ApplyValues(PivotFieldStyle)

Applies the current values of the editor to a given field style.

Dispose()
Dispose(bool)
Finalize()

Finalizes this instance of the FieldStyleEditor class.

GetValues(PivotFieldStyle)

Initializes the control getting the values of a given field style.

OnApplyTemplate()