[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcNumber.FieldSet

FieldSet Property

FieldSet

Gets or sets GrapeCity.Windows.InputMan.Fields.NumberFieldSet value of GcNumber.

Declaration
public NumberFieldSet FieldSet { get; set; }
Public Property FieldSet As NumberFieldSet
Property Value
Type Description
NumberFieldSet

A GrapeCity.Windows.InputMan.Fields.NumberFieldSet value for FieldSet property.

Remarks

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.