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


In This Topic
    FieldsPresenter Class
    In This Topic
    Used within the template of a fields control to specify the place in the control’s visual tree where the container of Field is to be added.
    Object Model
    FieldsPresenter Class
    Syntax
    'Declaration
     
    <DesignTimeVisibleAttribute(False)>
    <LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
    <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 NotInheritable Class FieldsPresenter 
       Inherits System.Windows.FrameworkElement
    'Usage
     
    Dim instance As FieldsPresenter
    [DesignTimeVisible(false)]
    [Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
    [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 sealed class FieldsPresenter : System.Windows.FrameworkElement 
    Example
    The following example provides an example of self-defined template for GrapeCity.Windows.InputMan.Primitives.FieldsEditorControl. It adds two split spin buttons to control.
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsPresenter

    See Also