[]
Represents a GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberFieldCollection wrapper that can be used as a dependency property.
[ValueSerializer(typeof(_sa))]
[TypeConverter(typeof(NumberFieldSetTypeConverter))]
public sealed class NumberFieldSet : FieldSet
<ValueSerializer(GetType(_sa))>
<TypeConverter(GetType(NumberFieldSetTypeConverter))>
Public NotInheritable Class NumberFieldSet
Inherits FieldSet
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.
Name | Description |
---|---|
NumberFieldSet() | Initializes a new instance of NumberFieldSet. |
NumberFieldSet(string) | Initializes a new instance of NumberFieldSet. |
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. |
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. |