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


In This Topic
    NumberFieldSet Class
    In This Topic
    Represents a GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberFieldCollection wrapper that can be used as a dependency property.
    Object Model
    NumberFieldSet Class
    Syntax
    'Declaration
     
    <ValueSerializerAttribute(_sa)>
    <TypeConverterAttribute(GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberFieldSetTypeConverter)>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public NotInheritable Class NumberFieldSet 
       Inherits FieldSet
    'Usage
     
    Dim instance As NumberFieldSet
    [ValueSerializer(_sa)]
    [TypeConverter(GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberFieldSetTypeConverter)]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public sealed class NumberFieldSet : FieldSet 
    Remarks
    NumberFieldSet is a special field set. It doesn't support a collection property for user to add or remove items, but it will provide five properties for user to change related field.
    Inheritance Hierarchy

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

    See Also