'Declaration <DesignTimeVisibleAttribute(False)> <ToolboxItemAttribute(False)> Public Class DateEditor Inherits TextEditor
'Usage Dim instance As DateEditor
[DesignTimeVisible(false)] [ToolboxItem(false)] public class DateEditor : TextEditor
'Declaration <DesignTimeVisibleAttribute(False)> <ToolboxItemAttribute(False)> Public Class DateEditor Inherits TextEditor
'Usage Dim instance As DateEditor
[DesignTimeVisible(false)] [ToolboxItem(false)] public class DateEditor : TextEditor
System.Object
Xceed.Grid.Editors.CellEditorManager
Xceed.Grid.Editors.TextEditor
Xceed.Grid.Editors.DateEditor
Name | Description | |
---|---|---|
![]() | DateEditor Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Container | Gets the System.ComponentModel.IContainer associated with the System.ComponentModel.ISite when implemented by a class. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | InPlace | Gets a boolean value indicating if the System.Windows.Forms.Control is painted within the bounds of the cell. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | Site | Gets or sets the System.ComponentModel.ISite associated with the System.ComponentModel.IComponent. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | TemplateControl |
Name | Description | |
---|---|---|
![]() | CreateControlMode | Gets a value representing the mode in which the control used to edit the content of cells is created. (Inherited from Xceed.Grid.Editors.TextEditor) |
![]() | DesignMode | Gets a value that indicates whether the System.ComponentModel.Component is currently in design mode. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | Events | Gets a list of the events to which the CellEditorManager is subscribed. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | Properties | Gets a collection of property names whose values have been explicitly set as well as the corresponding values. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
Name | Description | |
---|---|---|
![]() | Dispose | Overloaded. Releases all resources. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
Name | Description | |
---|---|---|
![]() | ActivateControl | Activates the control that will be used to edit the content of the cell and raises the ActivatingControl event.Activates the control that will be used to edit the content of a cell. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | ActivateControlCore | Activates the control that will be used to edit the content of the cell. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | CalculateEditorBounds | Calculates the bounds of the editor and raises the QueryEditorBounds event. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | CalculateEditorBoundsCore | Calculates the bounds of the editor. (Inherited from Xceed.Grid.Editors.TextEditor) |
![]() | CreateControl | Creates the System.Windows.Forms.Control that will be used to edit the content of cells. (Inherited from Xceed.Grid.Editors.TextEditor) |
![]() | DeactivateControl | Deactivates the control that will be used to edit the content of the cell and raises the DeactivatingControl event. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | DeactivateControlCore | Deactivates the control that will be used to edit the content of the cell. (Inherited from Xceed.Grid.Editors.TextEditor) |
![]() | Finalize | Allows the object to attempt to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | GetControlValue | Retrieves the value of the control and raises the GettingControlValue event.Retrieves the value assigned to the control. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | GetControlValueCore | Overridden. Retrieves the value of the control. |
![]() | GetFittedHeight | Retrieves a value representing the fitted height of the editor in pixels and raises the QueryFittedHeight event.Retrieves a value representing the fitted height of the cell editor in pixels. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | GetFittedHeightCore | Retrieves a value representing the fitted height of the editor in pixels. (Inherited from Xceed.Grid.Editors.TextEditor) |
![]() | GetFittedWidth | Retrieves a value representing the fitted width of the editor in pixels and raises the QueryFittedWidth event.Retrieves a value representing the fitted width of the cell editor in pixels. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | GetFittedWidthCore | Retrieves a value representing the fitted width of the editor in pixels. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | GetPropertyValue | Retrieves the value of the specified property in the Properties collection. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | GetService | Returns an object that represents a service provided by the System.ComponentModel.Component or by its Container. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | HandleActivationClick | Gets a boolean value indicating if the control should handle the mouse click once it is activated. (Inherited from Xceed.Grid.Editors.TextEditor) |
![]() | IsActivationChar | Retrieves a boolean value indicating if the editor is activated by the char and raises the QueryActivationChar event.Retrieves a boolean value indicating if the control is activated by the char. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | IsActivationCharCore | Retrieves a boolean value indicating if the editor is activated by the char. (Inherited from Xceed.Grid.Editors.TextEditor) |
![]() | IsActivationKey | Retrieves a boolean value indicating if the editor is activated by the key and raises the QueryActivationKey event.Retrieves a boolean value indicating if the control is activated by the key. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | IsActivationKeyCore | Retrieves a boolean value indicating if the editor is activated by the key. (Inherited from Xceed.Grid.Editors.TextEditor) |
![]() | IsInputChar | Determines if a character is an input character that the editor recognizes and raises the QueryInputChar event.Determines if a character is an input character that the control recognizes. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | IsInputCharCore | Determines if a character is an input character that the editor recognizes. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | IsInputKey | Determines whether the specified key is a regular input key or a special key that requires preprocessing and raises the QueryInputKey event.Determines whether the specified key is a regular input key or a special key that requires preprocessing. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | IsInputKeyCore | Overridden. Determines whether the specified key is a regular input key or a special key that requires preprocessing. |
![]() | IsPropertyDefined | Retrieves a boolean value indicating if the specified property has been explicitly set. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | RaiseEvent | Raises the specified event. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | RemovePropertyValue | Removes the specified property from the Properties collection. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | SetControlAppearance | Sets the appearance of the control that will be used to edit the content of the cell and raises the SettingControlAppearance event. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | SetControlAppearanceCore | Overridden. Sets the appearance of the control that will be used to edit the content of the cell. |
![]() | SetControlValue | Assigns the value of the cell to the control and raises the SettingControlValue event.Assigns a value to the control. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | SetControlValueCore | Overridden. Assigns the value of the cell to the control. |
![]() | Validate | Validates if the editor's value is valid and can be assigned to its underlying cell as well as raises the Validating event. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | ValidateCore | Validates if the editor's value is valid and can be assigned to its underlying cell. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
Name | Description | |
---|---|---|
![]() | ActivatingControl | Raised to activate the control that will be used to edit the content of its corresponding cell. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | DeactivatingControl | Raised to deactivate the control that was used to edit the content of its corresponding cell. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | Disposed | Represents the method that handles the Disposed event of a component. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | GettingControlValue | Raised when retrieving the value assigned to the editor. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | QueryActivationChar | Raised when a character is pressed to determine if it the editor is activated by the character. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | QueryActivationKey | Raised when a key is pressed to determine if it the editor is activated by the key. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | QueryEditorBounds | Raised when calculating the bounds of the editor. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | QueryFittedHeight | Raised to calculate the fitted height of the editor in pixels. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | QueryFittedWidth | Raised to calculate the fitted width of the editor in pixels. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | QueryInputChar | Raised to determine if a character is an input character that the editor recognizes. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | QueryInputKey | Raised to determine whether the specified key is a regular input key or a special key that requires preprocessing. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | SettingControlAppearance | Raised to set the appearance of the control that will be used to edit the content of its corresponding cell. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | SettingControlValue | Raised when the value of a cell is about to be assigned to the control used to edit its content. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
![]() | Validating | Raised when validating the editor's value to determine if it can be assigned to its underlying cell. (Inherited from Xceed.Grid.Editors.CellEditorManager) |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2