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


In This Topic
    Field Class
    In This Topic
    Represents the basic input and display unit in GrapeCity.Windows.InputMan.Primitives.FieldsEditorControl.
    Object Model
    Field Class
    Syntax
    'Declaration
     
    <TemplatePartAttribute(Name="PART_ContentHost", Type=GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldContentPresenter)>
    <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 Field 
       Inherits System.Windows.Controls.Control
    'Usage
     
    Dim instance As Field
    [TemplatePart(Name="PART_ContentHost", Type=GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldContentPresenter)]
    [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 Field : System.Windows.Controls.Control 
    Remarks
    This class will implement the view function for a single segment. And some input behavior will exposed to user, too. This is final interface for user. When a field is created, it will create a segment and value module for it. Then configuration will be done on the segment and the value module.
    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.Field
                            GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateField
                            GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskField
                            GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberField

    See Also