[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.DisplayFieldSet

DisplayFieldSet Property

DisplayFieldSet

Gets or sets the GrapeCity.Windows.InputMan.Fields.DateDisplayFieldSet of the GcDateTime control.

Declaration
public DateDisplayFieldSet DisplayFieldSet { get; set; }
Public Property DisplayFieldSet As DateDisplayFieldSet
Property Value
Type Description
DateDisplayFieldSet

A GrapeCity.Windows.InputMan.Fields.DateDisplayFieldSet object indicates collection of the display fields set.

Remarks

User can set a new display field set to control GcDateTime to show a different pattern of current value when GcDateTime doesn't have keyboard focus. User can also access the display field collection through this property.