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


In This Topic
    NumberDisplayFieldSet Class
    In This Topic
    Represents a NumberDisplayFieldCollection wrapper that can be used as a dependency property.
    Object Model
    NumberDisplayFieldSet Class
    Syntax
    'Declaration
     
    <ContentPropertyAttribute("DisplayFields")>
    <ValueSerializerAttribute(_sc)>
    <TypeConverterAttribute(GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberDisplayFieldSetTypeConverter)>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public NotInheritable Class NumberDisplayFieldSet 
       Inherits FieldSet
    'Usage
     
    Dim instance As NumberDisplayFieldSet
    [ContentProperty("DisplayFields")]
    [ValueSerializer(_sc)]
    [TypeConverter(GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberDisplayFieldSetTypeConverter)]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public sealed class NumberDisplayFieldSet : FieldSet 
    Inheritance Hierarchy

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

    See Also