[]
Control used to configure the header/footer options for FlexPivot report.
[TemplatePart(Name = "Root", Type = typeof(Grid))]
[TemplatePart(Name = "HeaderLeft", Type = typeof(TextBox))]
[TemplatePart(Name = "HeaderCenter", Type = typeof(TextBox))]
[TemplatePart(Name = "HeaderRight", Type = typeof(TextBox))]
[TemplatePart(Name = "FooterLeft", Type = typeof(TextBox))]
[TemplatePart(Name = "FooterCenter", Type = typeof(TextBox))]
[TemplatePart(Name = "FooterRight", Type = typeof(TextBox))]
[TemplatePart(Name = "HeaderSeparator", Type = typeof(CheckBox))]
[TemplatePart(Name = "FooterSeparator", Type = typeof(CheckBox))]
[TemplatePart(Name = "PresetsMenu", Type = typeof(C1ToolStrip))]
[TemplatePart(Name = "PageNumber", Type = typeof(C1ButtonTool))]
[TemplatePart(Name = "PageCount", Type = typeof(C1ButtonTool))]
[TemplatePart(Name = "CurrentDate", Type = typeof(C1ButtonTool))]
[TemplatePart(Name = "CurrentTime", Type = typeof(C1ButtonTool))]
[TemplatePart(Name = "Title", Type = typeof(C1ButtonTool))]
public class PivotHeaderOptions : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable
Name | Description |
---|---|
PivotHeaderOptions() | Initializes a new instance of the PivotHeaderOptions class. |
Name | Description |
---|---|
FooterCenterProperty | Identifies the FooterCenter dependency property. |
FooterLeftProperty | Identifies the FooterLeft dependency property. |
FooterRightProperty | Identifies the FooterRight dependency property. |
HeaderCenterProperty | Identifies the HeaderCenter dependency property. |
HeaderLeftProperty | Identifies the HeaderLeft dependency property. |
HeaderRightProperty | Identifies the HeaderRight dependency property. |
ShowFooterSeparatorProperty | Identifies the ShowFooterSeparator dependency property. |
ShowHeaderSeparatorProperty | Identifies the ShowHeaderSeparator dependency property. |
Name | Description |
---|---|
FooterCenter | Gets or sets the text for the footer aligned to the center of the page. |
FooterLeft | Gets or sets the text for the footer aligned to the left of the page. |
FooterRight | Gets or sets the text for the footer aligned to the right of the page. |
HeaderCenter | Gets or sets the text for the header aligned to the center of the page. |
HeaderLeft | Gets or sets the text for the header aligned to the left of the page. |
HeaderRight | Gets or sets the text for the header aligned to the right of the page. |
IsDisposed | Gets whether this instance is disposed. |
ShowFooterSeparator | Gets or sets a value indicating whether the document will have a footer separator. |
ShowHeaderSeparator | Gets or sets a value indicating whether the document will have a header separator. |
Name | Description |
---|---|
Dispose() | |
Dispose(bool) | |
Finalize() | Finalizes this instance of the PivotHeaderOptions class. |
OnApplyTemplate() |