[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Fields.DateSystemFormatDisplayFieldInfo.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 that indicates the pattern of the field.
The default is G.

Remarks

This property retrieves the pattern for the DateSystemFormatDisplayFieldInfo. The DateTime value of the GcDateTimeCellType converts to a string as the display text of this field, following the Pattern property.