[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Extender.DateCalendarCellType

DateCalendarCellType Class

Represents an ASP.NET AJAX extender date calendar cell.

Inheritance
AjaxCellTypeBase<ExtenderControlBase>
DateCalendarCellType
Namespace: FarPoint.Web.Spread.Extender
Assembly: FarPoint.Web.Spread.Extender.dll
Syntax
public class DateCalendarCellType : ExtenderCellType, IEnhancedPdfRenderer, IPdfSupport, IEditor3, ICloneable, ISerializeSupport, ICSSClassSupport, IRenderer2, IEnhancedRenderer, IDeserializationCallback, IDateCellType, ICellType, IEditor, IRenderer, IFormatter
Public Class DateCalendarCellType
    Inherits ExtenderCellType
    Implements IEnhancedPdfRenderer, IPdfSupport, IEditor3, ICloneable, ISerializeSupport, ICSSClassSupport, IRenderer2, IEnhancedRenderer, IDeserializationCallback, IDateCellType, ICellType, IEditor, IRenderer, IFormatter

Constructors

Name Description
DateCalendarCellType()

Creates a new ASP.NET AJAX extender date calendar cell.

Properties

Name Description
Animated

Gets or sets whether to animate the calendar.

DateFormat

Gets or sets the date format for the date calendar.

EnableOnClient

Gets or sets whether to enable the calendar on the client side.

ExtenderCssClass

Gets or sets the CSS class for displaying the date calendar.

FirstDayOfWeek

Gets or sets the first day of the week in the calendar.

OnClientDateSelectionChanged

Gets or sets the client-side dateSelectionChanged event data.

OnClientHidden

Gets or sets the client-side hidden event data.

OnClientHiding

Gets or sets the client-side hiding event data.

OnClientShowing

Gets or sets the client-side showing event data.

OnClientShown

Gets or sets the client-side shown event data.

PopupPosition

Gets or sets the position of the pop-up calendar.

ShowPopupButton

Gets or sets a value that indicates whether to show the pop-up button.

Methods

Name Description
DeserializeEditor(XmlNodeReader)

Loads the editor from XML.

Format(object)

When deriving a cell type based on this type, override this to change what gets passed back and formatted as a string into the cell on the sheet from the object in the data model.

GetEditorControl(string, TableCell, Appearance, Inset, object, bool)

Gets the control used to edit the cell.

Parse(string)

When deriving a cell type based on this type, override this to change what gets parsed from the cell on the sheet and put in the data model.

SerializeEditor(XmlTextWriter)

Saves the editor to XML.

ValidateEditorValue(object)

Validates the given value.