HeaderCellRenderEventArgsCell Property |
Gets a reference to the TableCell object that represents the specified day to render.
Namespace: Kettic.AspNet.Controls.CalendarAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public TableCell Cell { get; }
Public ReadOnly Property Cell As TableCell
Get
public:
property TableCell^ Cell {
TableCell^ get ();
}
member Cell : TableCell with get
Property Value
Type:
TableCellSee Also