[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateMonthDisplayField.-ctor

DateMonthDisplayField Constructor

DateMonthDisplayField()

Initializes a new instance of the DateMonthDisplayField class.

Declaration
public DateMonthDisplayField()
Public Sub New()

DateMonthDisplayField(bool)

Initializes a new instance of the DateMonthDisplayField class.

Declaration
public DateMonthDisplayField(bool showLeadingZero)
Public Sub New(showLeadingZero As Boolean)
Parameters
Type Name Description
bool showLeadingZero

true if the DateMonthDisplayField displays leading zero; otherwise, false.

DateMonthDisplayField(bool, MonthPattern)

Initializes a new instance of the DateMonthDisplayField class.

Declaration
public DateMonthDisplayField(bool showLeadingZero, MonthPattern pattern)
Public Sub New(showLeadingZero As Boolean, pattern As MonthPattern)
Parameters
Type Name Description
bool showLeadingZero

true if the DateMonthDisplayField displays leading zero; otherwise, false.

MonthPattern pattern

A MonthPattern enumeration indicates how to show the value of Month.