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


In This Topic
    DateDisplayField Class
    In This Topic
    Abstract class that defines the base function for GrapeCity.Windows.InputMan.GcDateTime display field.
    Object Model
    DateDisplayField 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 DateDisplayField 
       Inherits DisplayField
    'Usage
     
    Dim instance As DateDisplayField
    [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 DateDisplayField : DisplayField 
    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.DisplayField
                            GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateDisplayField
                               GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateInputDisplayField
                               GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateLiteralDisplayField

    See Also