[]
Gets or sets the system format pattern of the field.
[TypeConverter(typeof(DateSystemFormatDisplayFieldTypeConverter))]
public string Pattern { get; set; }
<TypeConverter(GetType(DateSystemFormatDisplayFieldTypeConverter))>
Public Property Pattern As String
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.