[]
Gets or sets the a GrapeCity.Windows.InputMan.Fields.DateFieldSet which indicate a field collection of GcDateTime.
public DateFieldSet FieldSet { get; set; }
Public Property FieldSet As DateFieldSet
Type | Description |
---|---|
DateFieldSet | A GrapeCity.Windows.InputMan.Fields.DateFieldSet value for FieldSet property. |
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.