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


In This Topic
    DateInputDisplayField Class
    In This Topic
    Represents a batch of DateDisplayField which would be affected by GcDateTime's value.
    Object Model
    DateInputDisplayField 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 DateInputDisplayField 
       Inherits DateDisplayField
    'Usage
     
    Dim instance As DateInputDisplayField
    [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 DateInputDisplayField : DateDisplayField 
    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.DateADDisplayField
                                  GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateAmPmDisplayField
                                  GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateDayDisplayField
                                  GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateEraDisplayField
                                  GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateEraYearDisplayField
                                  GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateHourDisplayField
                                  GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateMinuteDisplayField
                                  GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateMonthDisplayField
                                  GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateSecondDisplayField
                                  GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateShortHourDisplayField
                                  GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateSystemFormatDisplayField
                                  GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateWeekdayDisplayField
                                  GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateYearDisplayField

    See Also