[]
Gets or sets GrapeCity.Windows.InputMan.Fields.NumberFieldSet value of GcNumber.
public NumberFieldSet FieldSet { get; set; }
Public Property FieldSet As NumberFieldSet
Type | Description |
---|---|
NumberFieldSet | A GrapeCity.Windows.InputMan.Fields.NumberFieldSet value for FieldSet property. |
User can self-define GcNumber's fields through this property. This property can be set by several ways. User can construct a NumberFieldSet instance or set by Style in XAML code.