[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Fields.DateSystemFormatDisplayField.Pattern

Pattern Property

Pattern

Gets or sets the system format pattern of the field.

Declaration
[TypeConverter(typeof(DateSystemFormatDisplayFieldTypeConverter))]
public string Pattern { get; set; }
<TypeConverter(GetType(DateSystemFormatDisplayFieldTypeConverter))>
Public Property Pattern As String
Property Value
Type Description
string

A string value indicates the pattern of the field.
The default is G.

Remarks

The property retrieves the pattern for the DateSystemFormatDisplayField. The DateTime value of the GrapeCity.Win.Spread.InputMan.CellType.GcDateTime converts to a string as the display text of this field, following the Pattern property.