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


In This Topic
    DateDisplayFieldSet Class
    In This Topic
    Represents a DateDisplayFieldCollection wrapper that can be used as a dependency property.
    Object Model
    DateDisplayFieldSet Class
    Syntax
    'Declaration
     
    <ContentPropertyAttribute("DisplayFields")>
    <ValueSerializerAttribute(_rz)>
    <TypeConverterAttribute(GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateDisplayFieldSetTypeConverter)>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public NotInheritable Class DateDisplayFieldSet 
       Inherits FieldSet
    'Usage
     
    Dim instance As DateDisplayFieldSet
    [ContentProperty("DisplayFields")]
    [ValueSerializer(_rz)]
    [TypeConverter(GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateDisplayFieldSetTypeConverter)]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public sealed class DateDisplayFieldSet : FieldSet 
    Remarks
    DateDisplayFieldSet is a convenient way to create display field collection used in GcDateTime.
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldSet
                GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateDisplayFieldSet

    See Also