[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberFieldSet

NumberFieldSet Class

Represents a GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberFieldCollection wrapper that can be used as a dependency property.

Inheritance
NumberFieldSet
Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
[ValueSerializer(typeof(_sa))]
[TypeConverter(typeof(NumberFieldSetTypeConverter))]
public sealed class NumberFieldSet : FieldSet
<ValueSerializer(GetType(_sa))>
<TypeConverter(GetType(NumberFieldSetTypeConverter))>
Public NotInheritable Class NumberFieldSet
    Inherits 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.

Constructors

Name Description
NumberFieldSet()

Initializes a new instance of NumberFieldSet.

NumberFieldSet(string)

Initializes a new instance of NumberFieldSet.

Properties

Name Description
DecimalPart

Gets or sets the NumberDecimalPartField of NumberFieldSet.

DecimalSeparator

Gets or sets the NumberDecimalSeparatorField of NumberFieldSet.

IntegerPart

Gets or sets the NumberIntegerPartField of NumberFieldSet.

SignPrefix

Gets or sets the NumberSignPrefixField of NumberFieldSet.

SignSuffix

Gets or sets the NumberSignSuffixField of NumberFieldSet.

Methods

Name Description
SetFields(string)

Parses the format string and sync settings to each field.

SetFields(string, string, string, string, string)

Parses the pattern and sync settings for each field.