[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.C1FormulaBar

C1FormulaBar Class

Formula bar defines for C1FlexSheet

Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexSheet.4.6.2.dll
Syntax
[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

Constructors

Name Description
C1FormulaBar()

Initializes a new instance of a C1FormulaBar.

Fields

Name Description
FlexSheetProperty

Identifies the C1.WPF.FlexGrid dependency property.

Properties

Name Description
FlexSheet

Source to bind to Formular bar.

Methods

Name Description
OnApplyTemplate()

Builds the visual tree for the C1FormulaBar control when a new template is applied.