FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / C1FormulaBar Class
Members

In This Topic
    C1FormulaBar Class
    In This Topic
    Formula bar defines for C1FlexSheet
    Object Model
    C1FormulaBar Class
    Syntax
    'Declaration
     
    
    <TemplatePartAttribute(Name="TbAddress", Type=System.Windows.Controls.TextBlock)>
    <LicenseProviderAttribute()>
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class C1FormulaBar 
       Inherits System.Windows.Controls.Control
    [TemplatePart(Name="TbAddress", Type=System.Windows.Controls.TextBlock)]
    [LicenseProvider()]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class C1FormulaBar : System.Windows.Controls.Control 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         C1.WPF.FlexGrid.C1FormulaBar

    See Also