Class CalendarModel
This class is a wrapper for GridModel, used in MonthCalendarAdv, for
more extensibility.
Inheritance
System.Object
CalendarModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Syncfusion.Tools.Windows.dll
public class CalendarModel
Constructors
Declaration
public CalendarModel(GridModel model)
Parameters
Properties
Declaration
public int ColCount { get; set; }
Property Value
Declaration
public GridModelRowColOperations Cols { get; }
Property Value
Declaration
protected int ColumnOffset { get; set; }
Property Value
Declaration
public GridModelRowColSizeIndexer ColWidths { get; }
Property Value
Declaration
public bool IgnoreReadOnly { get; set; }
Property Value
Declaration
public GridStyleInfo this[int rowIndex, int colIndex] { get; set; }
Parameters
Type |
Name |
Description |
System.Int32 |
rowIndex |
|
System.Int32 |
colIndex |
|
Property Value
Declaration
public GridModelOptions Options { get; }
Property Value
Declaration
public bool ReadOnly { get; set; }
Property Value
Declaration
public int RowCount { get; set; }
Property Value
Declaration
public GridModelRowColSizeIndexer RowHeights { get; }
Property Value
Declaration
public GridModelRowColOperations Rows { get; }
Property Value
Declaration
public GridModelRowStylesIndexer RowStyles { get; }
Property Value
Declaration
public GridStyleInfo TableStyle { get; }
Property Value
Methods
Declaration
public bool ChangeCells(GridRangeInfo range, GridStyleInfo cellInfo)
Parameters
Returns
Events
Declaration
public event GridQueryCellInfoEventHandler QueryCellInfo
Event Type
Declaration
public event GridRowColCountEventHandler QueryColCount
Event Type
Declaration
public event GridRowColCountEventHandler QueryRowCount
Event Type
Declaration
public event GridSelectionChangedEventHandler SelectionChanged
Event Type