FarPoint.Win.Spread
DateTimeCellType Class Members
See Also  Fields  Properties  Methods  Events
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace : DateTimeCellType Class


The following tables list the members exposed by DateTimeCellType.

Public Constructors

 NameDescription
Public ConstructorDateTimeCellType ConstructorOverloaded. Creates a new date-time cell type.  
Top

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)IncompleteValue Get the value that return from editor if the editing value is partial and not empty.  
Top

Public Properties

 NameDescription
Public PropertyAcceptsArrowKeys Gets or sets how arrow keys are processed by the edit control. (Inherited from EditBaseCellType)
Public PropertyAMString Gets or sets the string to indicate morning for 12-hour time format.  
Public PropertyAutoCompleteCustomSource Gets or sets a custom string collection when the AutoCompleteSource property is set to CustomSource. (Inherited from EditBaseCellType)
Public PropertyAutoCompleteMode Gets or sets how automatic completion works. (Inherited from EditBaseCellType)
Public PropertyAutoCompleteSource Gets or sets the source of complete strings used for automatic completion. (Inherited from EditBaseCellType)
Public PropertyAutoFillAutoCompleteCustomSource Gets or sets a whether the AutoCompleteCustomSource is automatically filled with data from other cells in the column. (Inherited from EditBaseCellType)
Public PropertyBackgroundImage Gets or sets the background image for the cell. (Inherited from EditBaseCellType)
Public PropertyButtonAlign Gets or sets where the buttons are displayed in the cell. (Inherited from EditBaseCellType)
Public PropertyCalendar Gets or sets the calendar for formatting date values.  
Public PropertyCalendarDayBackColor Gets or sets the background color of the pop-up calendar in the date-time cell.  
Public PropertyCalendarDayFont Gets or sets the text font of the pop-up calendar in the date-time cell.  
Public PropertyCalendarDayForeColor Gets or sets the text color of the pop-up calendar in the date-time cell.  
Public PropertyCalendarMonthBackColor Gets or sets the background color of the month part of the pop-up calendar in the date-time cell.  
Public PropertyCalendarMonthFont Gets or sets the text font of the month part of the pop-up calendar in the date-time cell.  
Public PropertyCalendarMonthForeColor Gets or sets the text color of the month part of the pop-up calendar in the date-time cell.  
Public PropertyCalendarMonthHeaderDock Gets or sets how to dock the month header of the pop-up calendar in the date-time cell.  
Public PropertyCalendarMonthHeaderHeight Gets or sets the height of the month header of the pop-up calendar in the date-time cell.  
Public PropertyCalendarMonthHeaderStyle Gets or sets the style of the month header of the pop-up calendar in the date-time cell.  
Public PropertyCalendarShowSurroundingDays Gets or sets whether to show the surrounding days in the pop-up calendar in the date-time cell.  
Public PropertyCalendarSingleLineHeader Gets or sets the single line header of the pop-up calendar in the date-time cell.  
Public PropertyCalendarSurroundingDaysColor Gets or sets the color of the surrounding days of the pop-up calendar in the date-time cell.  
Public PropertyCalendarWeekdayBackColor Gets or sets the background color of the weekday part of the pop-up calendar in the date-time cell.  
Public PropertyCalendarWeekdayFont Gets or sets the text font of the weekday part of the pop-up calendar in the date-time cell.  
Public PropertyCalendarWeekdayForeColor Gets or sets the text color of the weekday part of the pop-up calendar in the date-time cell.  
Public PropertyCalendarWeekdayHeaderDock Gets or sets how to dock the weekday header of the pop-up calendar in the date-time cell.  
Public PropertyCalendarWeekdayHeaderHeight Gets or sets the height of the weekday header of the pop-up calendar in the date-time cell.  
Public PropertyCalendarYearBackColor Gets or sets the background color of the year part of the pop-up calendar in the date-time cell.  
Public PropertyCalendarYearFont Gets or sets the text font of the year part of the pop-up calendar in the date-time cell.  
Public PropertyCalendarYearForeColor Gets or sets the text color of the year part of the pop-up calendar in the date-time cell.  
Public PropertyCalendarYearHeaderDock Gets or sets how to dock the year header of the pop-up calendar in the date-time cell.  
Public PropertyCalendarYearHeaderHeight Gets or sets the height of the year header of the pop-up calendar in the date-time cell.  
Public PropertyCalendarYearHeaderStyle Gets or sets the style of the year header of the pop-up calendar in the date-time cell.  
Public PropertyDateDefault Gets or sets the default date for the control.  
Public PropertyDateSeparator Gets or sets the string that separates the portions of a date value.  
Public PropertyDateTimeFormat Gets or sets the format for displaying dates and times.  
Public PropertyDayNames Gets or sets alternate day names for the control. (Use with UserDefinedFormat.)  
Public PropertyDropDownButton Gets or sets whether a drop-down button is displayed in the cell. (Inherited from EditBaseCellType)
Public PropertyEditorValue Gets or sets what value is written to the underlying data model.  
Public PropertyEnableSubEditor Gets or sets whether the SubEditor is available (Inherited from EditBaseCellType)
Public PropertyFocusPosition Gets or sets the initial cursor position. (Inherited from EditBaseCellType)
Public PropertyMaximumDate Gets or sets the maximum date value allowed for user entry.  
Public PropertyMaximumTime Gets or sets the maximum time value allowed for user entry.  
Public PropertyMinimumDate Gets or sets the minimum date value allowed for user entry.  
Public PropertyMinimumTime Gets or sets the minimum time value allowed for user entry.  
Public PropertyMonthNames Gets or sets alternate month names for the control. (Use with UserDefinedFormat.)  
Public PropertyNullDisplay Gets or sets the text to display for null values. (Inherited from EditBaseCellType)
Public PropertyPMString Gets or sets the string to indicate afternoon and evening for 12-hour time format.  
Public PropertyReadOnly Gets or sets whether the cell is read-only (and thus cannot be modified). (Inherited from EditBaseCellType)
Public PropertyShortDayNames Gets or sets alternate short day names for the control. (Use with UserDefinedFormat.)  
Public PropertyShortMonthNames Gets or sets alternate short month names for the control. (Use with UserDefinedFormat.)  
Public PropertySimpleEdit Gets or sets whether celltype ignore invalid character input while editing.  
Public PropertySpinButton Gets or sets whether a spin button is displayed while editing.  
Public PropertyStatic Gets or sets whether the cell is static, which prohibits user interaction. (Inherited from EditBaseCellType)
Public PropertyStringTrim Gets or sets how to trim characters that do not fit in the cell. (Inherited from EditBaseCellType)
Public PropertySubEditor Gets or sets the subeditor. (Inherited from EditBaseCellType)
Public PropertyTextOrientation Gets or sets how text orients itself when painting the cell. (Inherited from EditBaseCellType)
Public PropertyTextRotationAngle Gets or sets the rotation angle of the text for the cell. (Inherited from EditBaseCellType)
Public PropertyTimeDefault Gets or sets the default time used in the control.  
Public PropertyTimeSeparator Gets or sets the string that separates the portions of a time value.  
Public PropertyTwoDigitYearMax Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.  
Public PropertyUserDefinedFormat Gets or sets the format used when date-time format is user-defined.  
Public PropertyWordWrap Gets or sets whether text that is too long to fit in the cell wraps to additional lines. (Inherited from EditBaseCellType)
Top

Public Methods

 NameDescription
Public MethodCanBeOverflown Determines whether data from another cell can overflow into this cell (whether this cell can be overflowed into). (Inherited from EditBaseCellType)
Public MethodCancelEditing Cancels the editing of a cell. (Inherited from EditBaseCellType)
Public MethodCanOverflow Determines whether the cell can overflow into adjacent cells. (Inherited from EditBaseCellType)
Public MethodCloneOverridden.  Creates and returns a date-time cell.  
Public MethodDeserializeOverridden.  Loads the object from XML.  
Public MethodFormatOverridden.  Formats the specified data into the format of the cell type and returns it as a string.  
Public MethodGetEditorControlOverloaded.   
Public MethodGetEditorValueOverridden.  Gets the unformatted value in the editor control.  
Public MethodGetHorizontalAlignment Gets the horizontal alignment based on the value. (Inherited from EditBaseCellType)
Public MethodGetPreferredSizeOverloaded. Overridden.   
Public MethodGetReservedCursor Gets the cursor reserved for this cell type. (Inherited from EditBaseCellType)
Public MethodGetReusableEditorControl Implementation of IReuseEditorControl.GetEditorControl for use by cell types (Inherited from EditBaseCellType)
Public MethodGetVerticalAlignment Gets the vertical alignment based on the value. (Inherited from EditBaseCellType)
Public MethodIsPropertySupported Gets whether the cell type supports the named property. (Inherited from BaseCellType)
Public MethodIsReservedKey Determines whether the specified key has special meaning to the editor control. (Inherited from EditBaseCellType)
Public MethodIsReservedLocation Determines whether the specified cursor location has special meaning to the editor control. (Inherited from EditBaseCellType)
Public MethodIsReusable Check if this celltype is reusable.  
Public MethodIsValidOverridden.  Determines whether the specified value can be converted to a date-time value and is between the minimum and maximum allowed values.  
Public MethodPaintCellOverloaded.  (Inherited from EditBaseCellType)
Public MethodParseOverridden.  Parses the specified string to the data type of the cell type and returns it as an object.  
Public MethodSerializeOverridden.  Saves the object to XML.  
Public MethodSetCalendarFormat Sets the format to be used for the pop-up calendar header.  
Public MethodSetCalendarTextOverloaded. Sets the text to be used for the pop-up calendar.  
Public MethodSetCurrentCulture Gets or sets the current culture. (Inherited from EditBaseCellType)
Public MethodSetEditorValueOverridden.  Sets the value of the editor control.  
Public MethodShowSubEditor Shows the subeditor control associated with the cell. (Inherited from EditBaseCellType)
Public MethodStartEditing Starts the editing of a cell. (Inherited from EditBaseCellType)
Public MethodStopEditing Stops the editing of a cell. (Inherited from EditBaseCellType)
Top

Protected Methods

 NameDescription
Protected MethodFireEditorValueChanged Fires the EditorValueChanged event if there are any delegates attached. (Inherited from BaseCellType)
Protected MethodGetAMStringDesignator Gets the AM string for formatting time values.  
Protected MethodGetDateSeparatorString Gets the date separator string for formatting date values.  
Protected MethodGetDayNames Gets the long day names for formatting date values.  
Protected MethodGetFormatString Gets the format string for formatting date values or time values or both.  
Protected MethodGetLongDateFormat Gets the long date format for formatting date values.  
Protected MethodGetMonthNames Gets the long month names for formatting date values.  
Protected MethodGetNewFormat Gets the new format for formatting date values or time values or both.  
Protected MethodGetPMStringDesignator Gets the PM string for formatting time values.  
Protected MethodGetShortDateFormat Gets the short date format for formatting date values.  
Protected MethodGetShortDayNames Gets the short day names for formatting date values.  
Protected MethodGetShortMonthNames Gets the short month names for formatting date values.  
Protected MethodGetTextRectangle Gets the rectangle in which text is drawn. (Inherited from EditBaseCellType)
Protected MethodGetTimeFormat Gets the time format for formatting time values.  
Protected MethodGetTimeSeparatorString Gets the time separator string for formatting time values.  
Protected MethodSetNewFormat Sets the new format (returned by GetNewFormat) into the internal cell formatter.  
Protected MethodToHorizontalAlignment Converts a FarPoint.Win.Spread.CellHorizontalAlignment value to the corresponding FarPoint.Win.HorizontalAlignment value. (Inherited from EditBaseCellType)
Protected MethodToVerticalAlignment Converts a FarPoint.Win.Spread.CellVerticalAlignment value to the corresponding FarPoint.Win.VerticalAlignment value. (Inherited from EditBaseCellType)
Top

Public Events

 NameDescription
Public EventEditingCanceled Occurs when editing (the editor control) has been canceled by the user. (Inherited from BaseCellType)
Public EventEditingStopped Occurs when editing (the editor control) has been stopped by the user. (Inherited from BaseCellType)
Public EventEditorValueChanged Occurs when value (the editor control) has been changed by the user. (Inherited from BaseCellType)
Top

See Also