[]
Editor for field styles.
[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
| Name | Description |
|---|---|
| FieldStyleEditor() | Initializes a new instance of the FieldStyleEditor class. |
| Name | Description |
|---|---|
| IsDisposed | Gets whether this instance is disposed. |
| 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() |