[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Grid

Grid Class

Represents grid settings in the DropdownCalendar class.

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

Constructors

Name Description
Grid()

Initializes a new Grid instance.

Grid(Line, Line, Line, Line, Line, Line, Line, VerticalFlags)

Initializes a new Grid instance using the specified attribute settings.

Properties

Name Description
Bottom

Gets or sets the bottom Line structure.

Horizontal

Gets or sets the horizontal Line structure.

Left

Gets or sets the left Line structure.

Right

Gets or sets the right Line structure.

Separator

Gets or sets the header separator Line structure.

Top

Gets or sets the top Line structure.

Vertical

Gets or sets the vertical Line structure.

VerticalFlag

Gets or sets where to draw the vertical lines.

Methods

Name Description
Clone()

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

ContentCalculate()

Calculates the necessary information used, such as the size of each cell in the content region etc.

IndexCalculate()

Calculates the necessary information used, such as the size of each cells of week index region etc.

OnPropertyChanged(PropertyChangedEventArgs)

Raises the OnPropertyChanged event.

OnPropertyChanged(string)

Raises the OnPropertyChanged event.

Events

Name Description
PropertyChanged

Occurs when properties changed.