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


In This Topic
    DateInputField Class
    In This Topic
    Represents DateInputField class to define editable fields for GcDateTime.
    Object Model
    DateInputField 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 DateInputField 
       Inherits DateField
       Implements ISpinable 
    'Usage
     
    Dim instance As DateInputField
    [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 DateInputField : DateField, ISpinable  
    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.DateInputField
                                  GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateAmPmField
                                  GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateDayField
                                  GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateEraField
                                  GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateEraYearField
                                  GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateHourField
                                  GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateMinuteField
                                  GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateMonthField
                                  GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateSecondField
                                  GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateShortHourField
                                  GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateYearField

    See Also