[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.YearMonthFormat

YearMonthFormat Class

Represents the format for the year and month in the YearMonth calendar.

Inheritance
YearMonthFormat
Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
[TypeConverter(typeof(YearMonthFormatConverter))]
public class YearMonthFormat : INotifyPropertyChanged, ICloneable
<TypeConverter(GetType(YearMonthFormatConverter))>
Public Class YearMonthFormat
    Implements INotifyPropertyChanged, ICloneable

Constructors

Name Description
YearMonthFormat()

Initializes an instance of the YearMonthFormat class with a default value.

YearMonthFormat(string, string)

Initializes an instance of the YearMonthFormat class.

Properties

Name Description
MonthFormat

Gets or sets the format for the month.

YearFormat

Gets or sets the format for the year.

Methods

Name Description
Clone()

Creates a new object that is a copy of the current instance.

OnPropertyChanged(PropertyChangedEventArgs)

Called when any property is changed.

Events

Name Description
PropertyChanged

Occurs when a property value changes.