Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / FieldsEditorControl Class
Members


In This Topic
    FieldsEditorControl Class
    In This Topic
    Represents the base class for the formatted text editors.
    Object Model
    FieldsEditorControl Class
    Syntax
    'Declaration
     
    <TemplateVisualStateAttribute(Name="Full", GroupName="InputStates")>
    <TemplatePartAttribute(Name="PART_ContentHost", Type=GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsPresenter)>
    <LocalizabilityAttribute(LocalizationCategory.Text)>
    <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 MustInherit Class FieldsEditorControl 
       Inherits EditBase
    'Usage
     
    Dim instance As FieldsEditorControl
    [TemplateVisualState(Name="Full", GroupName="InputStates")]
    [TemplatePart(Name="PART_ContentHost", Type=GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsPresenter)]
    [Localizability(LocalizationCategory.Text)]
    [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 abstract class FieldsEditorControl : EditBase 
    Remarks

    FieldsEditorControl is base class for controls which support field.

    FieldsEditorControl has implemented ClipContent to control the copy or cut content including literals or not. Also it supports WatermarkNull and WatermarkDisplayNull.

    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
                         GrapeCity.Wpf.SpreadSheet.CellType.Editors.ControlBase
                            GrapeCity.Wpf.SpreadSheet.CellType.Editors.EditBase
                               GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditorControl
                                  GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime
                                  GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcMask
                                  GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber

    See Also