[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.FieldSet

FieldSet Property

FieldSet

Gets or sets the a GrapeCity.Windows.InputMan.Fields.DateFieldSet which indicate a field collection of GcDateTime.

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

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

Remarks

User can self-define GcDateTime's fields through this property. This property can be set by several ways. User can construct a GrapeCity.Windows.InputMan.Fields.DateFieldSet instance or set by Style in XAML code.