[]
Formula bar defines for C1FlexSheet
[TemplatePart(Name = "TbAddress", Type = typeof(TextBlock))]
[TemplatePart(Name = "TbFx", Type = typeof(Border))]
[TemplatePart(Name = "TxtFormula", Type = typeof(TextBox))]
[TemplatePart(Name = "BtnCancel", Type = typeof(Button))]
[TemplatePart(Name = "BtnEnter", Type = typeof(Button))]
public class C1FormulaBar : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
<TemplatePart(Name:="TbAddress", Type:=GetType(TextBlock))>
<TemplatePart(Name:="TbFx", Type:=GetType(Border))>
<TemplatePart(Name:="TxtFormula", Type:=GetType(TextBox))>
<TemplatePart(Name:="BtnCancel", Type:=GetType(Button))>
<TemplatePart(Name:="BtnEnter", Type:=GetType(Button))>
Public Class C1FormulaBar
Inherits Control
Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
| Name | Description |
|---|---|
| C1FormulaBar() | Initializes a new instance of a C1FormulaBar. |
| Name | Description |
|---|---|
| FlexSheetProperty | Identifies the C1.WPF.FlexGrid dependency property. |
| Name | Description |
|---|---|
| FlexSheet | Source to bind to Formular bar. |
| Name | Description |
|---|---|
| OnApplyTemplate() | Builds the visual tree for the C1FormulaBar control when a new template is applied. |