[]
Editor for PivotFilter objects.
[TemplatePart(Name = "Root", Type = typeof(Grid))]
[TemplatePart(Name = "ListFormats", Type = typeof(ListBox))]
[TemplatePart(Name = "ChkThousand", Type = typeof(CheckBox))]
[TemplatePart(Name = "NumDec", Type = typeof(C1NumericBox))]
[TemplatePart(Name = "TxtCustom", Type = typeof(TextBox))]
[TemplatePart(Name = "LblSample", Type = typeof(TextBlock))]
[TemplatePart(Name = "PSample", Type = typeof(Panel))]
[TemplatePart(Name = "PDecimals", Type = typeof(Panel))]
[TemplatePart(Name = "PCustom", Type = typeof(Panel))]
[TemplatePart(Name = "PStringRange", Type = typeof(Panel))]
[TemplatePart(Name = "PDateRange", Type = typeof(Panel))]
[TemplatePart(Name = "PNumericRange", Type = typeof(Panel))]
[TemplatePart(Name = "ChkBoxGroupFirstLetter", Type = typeof(CheckBox))]
[TemplatePart(Name = "ChkBoxIgnoreCase", Type = typeof(CheckBox))]
[TemplatePart(Name = "CmbBoxFiscalYearFirstMonth", Type = typeof(C1ComboBox))]
[TemplatePart(Name = "CmbBoxFiscalYearShift", Type = typeof(C1ComboBox))]
[TemplatePart(Name = "ChkBoxGroupByNumeric", Type = typeof(CheckBox))]
[TemplatePart(Name = "CmbBoxGroupByStep", Type = typeof(C1ComboBox))]
public class C1FormatEditor : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable
| Name | Description |
|---|---|
| C1FormatEditor() | Initializes a new instance of the C1FormatEditor class. |
| Name | Description |
|---|---|
| FiscalYearFirstMonthProperty | Identifies the FiscalYearFirstMonth dependency property. |
| FiscalYearShiftProperty | Identifies the FiscalYearShift dependency property. |
| FormatProperty | Identifies the Format dependency property. |
| RangeStepProperty | Identifies the RangeStep dependency property. |
| RangeTypeProperty | Identifies the RangeType dependency property. |
| TypeCodeProperty | Identifies the TypeCode dependency property. |
| Name | Description |
|---|---|
| FiscalYearFirstMonth | Gets or sets the FiscalYearFirstMonth being created or edited. |
| FiscalYearShift | Gets or sets the FiscalYearShift being created or edited. |
| Format | Gets or sets the format string being created or edited. |
| IsDisposed | Gets whether this instance is disposed. |
| RangeStep | Gets or sets the RangeStep being created or edited. |
| RangeType | Gets or sets the RangeType being created or edited. |
| TypeCode | Gets or sets the TypeCode that specifies the type of format string being created or edited. |
| Name | Description |
|---|---|
| Dispose() | |
| Dispose(bool) | |
| Finalize() | Finalizes this instance of the C1FormatEditor class. |
| OnApplyTemplate() |