Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Wisej.Web.ItemCheckEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents the method that will handle the ItemCheck event of a CheckedListBox or ListView control.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.CheckedListBox CheckedIndexCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents the collection containing the indexes to the selected items in a .
: Returns the number of selected items.
: Returns a value indicating whether this collection can be modified.
: Returns the index of a checked item in the control.
Throws:
The index is less than zero.-or- The index is not in the collection.
Determines if the specified index is located within the collection.
Copies the entire collection into an existing array at a specified location within the array.
Throws:
Returns an index into the collection of checked indexes.
Wisej.Web.ItemCheckEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the event of the and controls.
Initializes a new instance of the class.
Name | Type | Description |
---|
: Returns a value indicating the current state of the item's check box.
Wisej.Web.CheckedListBox CheckedObjectCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents the collection of checked items in the .
: Returns the number of selected items.
: Returns a value indicating whether this collection can be modified.
: Return an item in the checked items collection.
Throws:
The object cannot be set.
Determines if the specified item is located within the collection.
Copies the entire collection into an existing array at a specified location within the array.
Throws:
Returns an index into the collection of checked items.
Parameter | Type | Description |
---|
Returns: . true if the index is located within the collection; otherwise, false.
Parameter | Type | Description |
---|
array is null.
array is multidimensional.
index is less than zero.
The number of elements in the source is greater than the available space from index to the end of the destination .
The type of the source cannot be cast automatically to the type of the destination .
Returns an enumerator that can be used to iterate through the collection.
Returns: . An for navigating through the list.
Parameter | Type | Description |
---|
Returns: . The index that specifies the index of the checked item or -1 if the index parameter is not in the checked indexes collection.
: Returns the zero-based index of the item to change.
: Returns or sets whether to set the check box for the item to be checked, unchecked, or indeterminate.
Name | Description |
---|
Parameter | Type | Description |
---|
Returns: . true if the item is located within the collection; otherwise, false.
Parameter | Type | Description |
---|
array is null.
array is multidimensional.
index is less than zero.
The number of elements in the source is greater than the available space from index to the end of the destination .
The type of the source cannot be cast automatically to the type of the destination .
Returns an enumerator that can be used to iterate through the collection.
Returns: . An for navigating through the list.
Parameter | Type | Description |
---|
Returns: . The index of the object in the checked item collection or -1 if the object is not in the collection.
sender
The source of the event.
e
An ItemCheckEventArgs that contains the event data.
Fired when the checked state of an item changes.
Fired after the checked state of an item changes.
Fired when the check state of an item changes.
index | The index to locate in the collection. |
array | The destination array. |
index | The zero-based relative index in array at which copying begins. |
index | The index of the checked item. |
item | An object representing the item to locate in the collection. |
array | The destination array. |
index | The zero-based relative index in array at which copying begins. |
item | The object whose index you want to retrieve. This object must belong to the checked items collection. |
index | The zero-based index of the item to change. |
newCheckValue |
currentValue |
Wisej.Web.CheckedListBox ObjectCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents the collection of items in a CheckedListBox.
Adds an item to the list of items for a ListBox.
Parameter | Type | Description |
---|---|---|
Returns: Int32. The zero-based index of the item in the collection.
Throws:
ArgumentNullException The item parameter was null.
Adds an item to the list of items for a CheckedListBox.
Returns: Int32. The zero-based index of the item in the collection.
Throws:
ArgumentNullException The item parameter was null.
Adds an item to the list of items for a CheckedListBox.
Returns: Int32.
Adds a collection of items to the list.
Removes all items from the CheckedListBox control.
Inserts an item into the collection at the specified index.
Throws:
ArgumentNullException The item was null.
ArgumentOutOfRangeException The index was less than zero; or the index was greater than the count of items in the collection.
Inserts an item into the collection at the specified index.
Throws:
ArgumentNullException The item was null.
ArgumentOutOfRangeException The index was less than zero; or the index was greater than the count of items in the collection.
Removes an item from the ListBox at the specified index.
Throws:
ArgumentOutOfRangeException The index parameter was less than zero, or the index parameter was greater than or equal to the count of items in the collection.
Wisej.Web.CheckedListBox
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Displays a ListBox in which a check box is displayed to the left of each item.
Initializes a new instance of the CheckedListBox class.
CheckedIndexCollection: Collection of checked indexes in the CheckedListBox.
CheckedObjectCollection: Collection of checked items in the CheckedListBox.
Boolean: Returns or sets whether list items are checked when they are clicked. The default is to check the item when clicking on the checkbox icon. (Default: False
)
String: Returns or sets the property to bind to the CheckState of the items in the CheckedListBox control. (Default: ""
)
ObjectCollection: Returns the collection of items in this CheckedListBox.
Unchecks all items in the CheckedListBox.
Returns a value indicating whether the specified item is checked.
Returns: Boolean. true if the item is checked; otherwise, false.
Throws:
ArgumentException The index specified is less than zero; or the index specified is greater than or equal to the count of items in the list.
Returns a value indicating the check state of the current item.
Returns: CheckState. One of the CheckState values.
Throws:
ArgumentOutOfRangeException The index specified is less than zero; or the index specified is greater than or equal to the count of items in the list.
Sets CheckState for the item at the specified index to Checked.
Throws:
ArgumentException The index specified is less than zero; or the index is greater than the count of items in the list.
Sets the check state of the item at the specified index.
Throws:
ArgumentOutOfRangeException The index specified is less than zero; or the index is greater than or equal to the count of items in the list.
ItemCheckEventHandler Fired after the checked state of an item changes.
EventHandler Fired when the CheckStateMember property changes.
EventHandler Fired when the user clicks the CheckedListBox control.
ItemCheckEventHandler Fired when the checked state of an item changes.
MouseEventHandler Fired when the user clicks the CheckedListBox control with the mouse.
Wisej.Web.ComboBox
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents a combo box control.
Initializes an instance of ComboBox.
: Returns or sets a value indicating that the control can display html in the Text property. (Default: False
)
Throws:
Throws:
Throws:
Throws:
Throws:
Throws:
Throws:
Throws:
Not used. Kept for compatibility.
Copies the current selection in the text box to the Clipboard.
Moves the current selection in the text box to the Clipboard.
Not used. Kept for compatibility.
Finds the first item in the combo box that matches the specified string.
Finds the first item after the specified index that matches the specified string.
Replaces the current selection in the text box with the contents of the Clipboard.
The application may implement a different way to select the item when the user types a text and the ComboBox is validated. Set e.Handled to true to override the standard behavior.
Wisej.Web.ComboBox ObjectCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents the collection of items in a Wisej.Web.ComboBox control.
: Returns the number of items in the collection.
: Returns a value indicating whether this collection can be modified.
: Retrieves the item at the specified index within the collection.
Throws:
The index was less than zero; or the index was greater of equal to the count of items in the collection.
Throws:
Adds a collection of items to the list.
Determines if the specified item is located within the collection.
Throws:
Copies the entire collection into an existing array of objects at a specified location within the array.
Returns an enumerator that can be used to iterate through the item collection.
Retrieves the index within the collection of the specified item.
Throws:
Inserts an item into the collection at the specified index.
Throws:
Throws:
Represents the method that will handle the ItemCheck event of a or control.
One of the values that indicates whether to change the check box for the item to be checked, unchecked, or indeterminate.
One of the values that indicates whether the check box for the item is currently checked, unchecked, or indeterminate.
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
: Returns or sets how automatic completion works for the . (Default: None
)
: Returns or sets whether the height of the control is set automatically. (Default: True
)
: Returns or sets whether the control modifies the case of characters as they are typed. (Default: Normal
)
: Returns or sets the maximum height in pixels of the drop-down portion of the . (Default: 400
)
The specified value is less than one.
: Returns or sets the drop down style of the combo box. (Default: DropDown
)
: Returns or sets the maximum width in pixels of the drop-down list of the . When the value is 0, the drop-down list will grow to fit the largest item. (Default: 0
)
The specified value is less than one.
: Returns or sets whether the combo box is displaying its drop-down portion.
: Enables or disables the browser's context menu. (Default: True
)
: Returns or sets whether items are selected incrementally as the user types within a timeout of 1 second. (Default: True
)
: Gets or sets the height of the list items in the drop-down list. When the value is -1, uses the value set in the theme. (Default: -1
)
The assigned value is less than -1; or the assigned value is greater than 500.
: Returns the collection of the items contained in this .
: Provides a label related to the control.
: Returns or sets the localizable label associated with this control. (Default: ""
)
: Returns or sets whether the items are sent to the client the first time the list is opened and enables the event. (Default: False
)
: Returns or sets the number of characters a user can type into the . (Default: 0
)
The value is less than 0.
: Returns or sets whether the control is read-only. (Default: False
)
: Returns or sets the index of the currently selected item.
The specified index is less than -1; o the specified index is greater than the number of items in the combo box.
: Returns or sets currently selected item in the .
: Returns or sets the text that is selected in the editable portion of a .
: Returns or sets the number of characters selected in the editable portion of the combo box.
The value was less than zero.
: Returns or sets the starting index of text selected in the combo box.
The value is less than zero.
: Returns or sets whether the items in the combo box are sorted. (Default: False
)
An attempt was made to sort a that is attached to a data source.
: Returns or sets whether the text in the is spell checked by the browser. (Default: False
)
: Returns or sets the text associated with this control. (Default: ""
)
: Returns the instance of associated with this control.
: Returns or sets the text to show when the control is empty. (Default: null
)
Returns the index of the first item in the that starts with the specified string.
Parameter | Type | Description |
---|
Returns: . The zero-based index of the first item found; returns -1 if no match is found.
Returns the index of the first item in the beyond the specified index that contains the specified string. The search is not case sensitive.
Parameter | Type | Description |
---|
Returns: . The zero-based index of the first item found; returns -1 if no match is found, or 0 if the text parameter specifies .
Parameter | Type | Description |
---|
Returns: . The zero-based index of the first item found; returns -1 if no match is found, or 0 if the text parameter specifies .
Parameter | Type | Description |
---|
Returns: . The zero-based index of the first item found; returns -1 if no match is found, or 0 if the text parameter specifies .
Selects a range of text in the editable portion of the .
Parameter | Type | Description |
---|
Selects all the text in the editable portion of the .
Fired before the event when is set to or .
Fired when the drop-down portion of a is shown.
Fired when the drop-down portion of the is no longer visible.
Fired when the property has changed.
Fired when the drop-down list is first opened and the property is true.
When is true An application may fill the items at any time prior to the drop-down list being opened, or while processing the or event.
Fired when the value of the property has changed.
Fired when the property has changed.
Fired when the property has changed.
Fired when the selected item has changed and that change is displayed in the .
Fired when the property has changed.
Fired when a is clicked.
Name | Description |
---|
Name | Description |
---|
Adds an item to the list of items for a .
Parameter | Type | Description |
---|
Returns: . The zero-based index of the item in the collection.
The item parameter was null.
Parameter | Type | Description |
---|
Removes all items from the .
Parameter | Type | Description |
---|
Returns: . true if the item is located within the collection; otherwise, false.
value is null.
Parameter | Type | Description |
---|
Returns: . A that represents the item collection.
Parameter | Type | Description |
---|
Returns: . The zero-based index where the item is located within the collection; otherwise, -1.
The value parameter was null.
Parameter | Type | Description |
---|
The item was null.
The index was less than zero; or the index was greater than the count of items in the collection.
Removes the specified item from the .
Parameter | Type | Description |
---|
Removes an item from the at the specified index.
Parameter | Type | Description |
---|
The index parameter was less than zero, or the index parameter was greater than or equal to the count of items in the collection.
Fired when the collection changes.
item
An object representing the item to add to the collection.
isChecked
True to check the item.
item
An object representing the item to add to the collection.
check
The check state for the new item.
items
Collection of items to add to the list.
index
The zero-based index location where the item is inserted.
item
An object representing the item to insert.
index
The zero-based index location where the item is inserted.
item
An object representing the item to insert.
check
The check state for the new item.
index
The index of the item to remove.
index
The index of the item.
index
The index of the item to get the checked value of.
index
The index of the item to set the check state for.
value
true to set the item as checked; otherwise, false.
index
The index of the item to set the state for.
value
One of the CheckState values.
Bindable components implement this interface.
Controls that support drag & drop operations implement this interface.
Provides access to the LabelWrapper associated with the controls that implement this interface.
Provides access to the ReadOnly property for coontrols that support the read-only mode.
Provides access to the Modified property and ModifiedChanged event for controls that implement this interface.
Provides access to the validation events and properties property for controls that support validation.
All wisej components implement this interface.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.
text |
text |
startIndex | The zero-based index of the item before the first item to be searched. Set to -1 to search from the beginning of the control. |
text |
text |
startIndex | The zero-based index of the item before the first item to be searched. Set to -1 to search from the beginning of the control. |
start | The position of the first character in the current text selection within the text box. |
length | The number of characters to select. |
Bindable components implement this interface. |
Controls that support drag & drop operations implement this interface. |
Provides access to the validation events and properties property for controls that support validation. |
All wisej components implement this interface. |
Allows an object to serialize itself. |
item | An object representing the item to add to the collection. |
items | Collection of items to add to the list. |
value | An object representing the item to locate in the collection. |
destination | The object array to copy the collection to. |
index | The location in the destination array to copy the collection to. |
value | An object representing the item to locate in the collection. |
index | The zero-based index location where the item is inserted. |
item | An object representing the item to insert. |
value |
index | The index of the item to remove. |
item
An object representing the item to add to the collection.
Represents a collection of cells in a . |
Represents a collection of objects that are childre of another . |
Represents a collection of objects in a control. |
Represents a collection of cells that are selected in a . |
Represents a collection of objects that are selected in a . |
Represents a collection of objects that are selected in a . |
Wisej.Web.DataGridView CustomSummary
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents a Custom summary function.
Name | Type | Description |
---|---|---|
Wisej.Web.DataGridView HitTestInfo
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data about the pointer position in the DataGridView control.
DataGridViewCell: Returns the DataGridViewCell at the specified coordinates.
DataGridViewColumn: Returns the DataGridViewColumn at the specified coordinates.
Int32: Returns the index of the column that contains the specified coordinates.
DataGridView: Returns the DataGridView that generate this HitTestInfo instance.
DataGridViewRow: Returns the DataGridViewRow at the specified coordinates.
Int32: Returns the index of the row that contains the specified coordinates
HitTestType: Returns the HitTestType that indicates which part of the DataGridView includes the specified coordinates.
Wisej.Web.DataGridView HitTestType
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Specifies the location in a DataGridView control returned by the method HitTest.
Name | Description |
---|---|
Name | Description |
---|---|
Wisej.Web.DataGridViewBindingCompleteEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the event.
Initializes a new instance of the class.
Name | Type | Description |
---|
: Returns a value specifying how the list changed.
Name | Description |
---|
Wisej.Web.DataGridViewBand
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents a linear collection of elements in a control.
: Returns or sets the shortcut menu for the row or the column object. (Default: null
)
: Returns or sets the default cell style of the band.
: Returns or sets the run-time type of the default header cell.
Throws:
Throws:
Creates an exact copy of this band.
The to search for.
The to search for.
The to search for.
The to search for.
Represents a control that can be hosted in a .
The TreeViewComboBox control represents a control with a as the drop down panel.
The TreeViewComboBox control represents a control with a as the drop down panel.
The UserComboBox control represents a control with a custom panel that drops down when the user clicks the down arrow.
Provides access to the associated with the controls that implement this interface.
Provides access to the property for coontrols that support the read-only mode.
Provides access to the property and event for controls that implement this interface.
All wisej controls derived from the class must implement this interface.
The to remove from the list.
The specified value when setting this property is not a representing or a derived type.
: Returns a value indicating whether the band is currently displayed on screen.
: Returns or sets whether the band will move when a user scrolls through the . (Default: False
)
: Returns a value indicating whether the property has been set.
: Checks if the dynamic object was created and has any value.
: Returns the relative position of the band within the control.
: Returns the cell style in effect for the current band, taking into account style inheritance.
: Returns true when the implementation class is DataGridViewRow.
: Returns or sets whether the user can edit the band's cells. (Default: False
)
: Returns or sets whether the band can be resized in the user interface (UI).
: Returns or sets whether the band is in a selected user interface (UI) state.
: Returns or sets the object that contains data to associate with the band.
: Returns a dynamic object that can be used to store custom data in relation to this band.
: Returns or sets whether the band is visible to the user. (Default: True
)
The specified value when setting this property is false and the band is the row for new records.
Returns: . An that represents the cloned .
Name | Description |
---|
group
summaryColumn
Cell
A cell in the DataGridView.
ColumnHeader
A column header in the DataGridView.
None
An empty location in the DataGridView.
RowHeader
A row header in the DataGridView.
TopLeftHeader
The top left corner cell in the DataGridView.
Returns the HitTestType that indicates which part of the DataGridView includes the specified coordinates.
AllCells
The column width adjusts to fit the contents of all cells in the column, including the header cell. Since the DataGridView uses virtual scrolling, the width of the column may grow as new cells are downloaded and become visible.
AllCellsExceptHeader
The column width adjusts to fit the contents of all cells in the column, excluding the header cell. Since the DataGridView uses virtual scrolling, the width of the column may grow as new cells are downloaded and become visible.
ColumnHeader
The column width adjusts to fit the contents of the column header cell.
DisplayedCells
The column width adjusts to fit the contents of all cells in the column that are in rows currently displayed, including the header cell.
DisplayedCellsExceptHeader
The column width adjusts to fit the contents of all cells in the column that are in rows currently displayed, excluding the header cell.
DoubleClick
Adjusts the width of the column to fit the DisplayedCells when the user double clicks the separator line to the right of the column.
Fill
The column width adjusts so that the widths of all columns exactly fills the display area of the control, requiring horizontal scrolling only to keep column widths above the MinimumWidth property values. Relative column widths are determined by the relative FillWeight property values.
None
The column width does not automatically adjust.
NotSet
The sizing behavior of the column is inherited from the AutoSizeColumnsMode property.
Gets or sets the mode by which the column automatically adjusts its width.
Returns the sizing mode in effect for the column.
Adjusts the width of the specified column using the specified size mode.
AllCells
The column widths adjust to fit the contents of all cells in the columns, including header cells.
AllCellsExceptHeader
The column widths adjust to fit the contents of all cells in the columns, excluding header cells.
ColumnHeader
The column widths adjust to fit the contents of the column header cells.
DisplayedCells
The column widths adjust to fit the contents of all cells in the columns that are in rows currently displayed, including header cells.
DisplayedCellsExceptHeader
The column widths adjust to fit the contents of all cells in the columns that are in rows currently displayed, excluding header cells.
DoubleClick
Adjusts the width of the column to fit the DisplayedCells when the user double clicks the separator line to the right of the column.
Fill
The column widths adjust so that the widths of all columns exactly fill the display area of the control, requiring horizontal scrolling only to keep column widths above the MinimumWidth property values. Relative column widths are determined by the relative FillWeight property values.
None
The column widths do not automatically adjust.
Returns or sets a value indicating how column widths are determined.
Adjusts the width of all columns using the specified size mode.
listChangedType |
sender | The source of the event. |
e | A that contains the event data. |
Occurs after a data-binding operation has finished. |
AllCells | Fit the contents of all cells in the rows including header cells. |
AllCellsExceptHeaders | Fit the contents of all cells in the rows excluding header cells. |
DoubleClick | Fit the content of all cells when the user double clicks the line below the row. |
None | Do not automatically adjust. |
RowHeader | Fit the contents of the row header. |
Returns or sets a value indicating how row heights are determined. |
Adjusts the heights of the rows using the specified size mode. |
AllCells | Fit the contents of all cells in the row including the header cell. |
AllCellsExceptHeader | Fit the contents of all cells in the row excluding the header cell. |
RowHeader | Fit the contents of the row header. |
Adjusts the height of the row using the specified size mode. |
Wisej.Web.DataGridViewCellBorderStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Specifies the border styles that can be applied to the cells of a DataGridView control.
Name | Description |
---|---|
Name | Description |
---|---|
Wisej.Web.DataGridViewButtonCell
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Displays a button widget in a DataGridViewCell cell.
Boolean: Gets or sets a value indicating if the button in the cell uses the owning column's text instead of the value of the cell. (Default: False
)
Type: Returns or sets the data type of the values in the cell.
Wisej.Web.DataGridViewButtonColumn
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents a DataGridView column that contains a collection of DataGridViewButtonCell cells.
Initializes a new instance of the DataGridViewButtonColumn class to the default state.
Initializes a new instance of the DataGridViewButtonColumn class to the default state.
Name | Type | Description |
---|---|---|
DataGridViewCell: Returns or sets the template used to model cell appearance.
Throws:
InvalidOperationException The type is null.
InvalidCastException The set type is not compatible with type DataGridViewButtonCell.
String: Gets or sets the default text displayed on the button cell when UseColumnTextForButtonValue is true. (Default: ""
)
Throws:
InvalidOperationException When setting this property, the value of the CellTemplate property is null.
Boolean: Gets or sets a value indicating if the button in the cell uses the owning column's text instead of the value of the cell. (Default: False
)
This value is inherited by all the cells in the column that do not specify a value for this property. Throws:
InvalidOperationException The property CellTemplate is null.
Wisej.Web.DataGridViewCellCancelEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the CellBeginEdit and RowValidating events.
Initializes a new instance of the DataGridViewCellCancelEventArgs class.
Name | Type | Description |
---|---|---|
Throws:
ArgumentOutOfRangeException columnIndex is less than -1; or rowIndex is less than -1.
Int32: Returns the column index of the cell that the event occurs for.
Int32: Returns the row index of the cell that the event occurs for.
Wisej.Web.DataGridViewCell
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents an individual cell in a control.
: Returns the column index for this cell.
: Returns or sets the implementation to invoke. (Default: null
)
Throws:
Throws:
Throws:
Throws:
Throws:
Creates a copy of this cell.
Returns the current, formatted value of the cell, regardless the cell being in edit mode.
Throws:
Returns a value indicating the current state of the cell as inherited from the state of its row and column.
Returns the style applied to the cell.
Throws:
Converts a value to the actual cell value.
Throws:
Indicates whether the cell data should be updated on the client even if the user didn't change the value when editing. Since 3.2.5
Used to allow the server to update the cell after editing mode is terminated and the user didn't change anything. For example, a password cell can be obfuscated, or a custom cell may need to always format the rendered value when terminating edit mode.
Updates the cell on the client.
Wisej.Web.DataGridView
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents a data grid control.
Initializes a new instance of the class.
: Returns or sets whether the can automatically sort rows in the when the data is in an object. (Default: True
)
When the is data-bound, sorting is delegated to the when it supports sorting (see ). Otherwise, if the data is in an object and is true, Wisej swaps the rows in the data source. This behavior is different than WinForms, where sorting of the data source is always delegated to the data source and is otherwise ignored. Setting to false reverts to the same behavior as in WinForms.
Throws:
It's better not to touch this value unless you know what you are doing.
Throws:
Throws:
Throws:
Throws:
Throws:
Throws:
Throws:
Throws:
Throws:
Throws:
Throws:
It's better not to touch this value unless you know what you are doing.
Throws:
Throws:
Throws:
Throws:
Throws:
Throws:
By default the DataGridView shows the open/close tree icons on the first visible and non-frozen column.
Returns whether all the cells are currently selected.
Adjusts the width of the column to fit the contents of its cells including the header cell.
Throws:
Adjusts the width of the column to fit the contents of its cells including the header cell.
Throws:
Adjusts the width of the specified column using the specified size mode.
Throws:
Adjusts the width of the specified column using the specified size mode.
Throws:
Adjusts the height of the column headers to fit the contents of the largest header.
Adjusts the height of the column headers based on the contents of the header in the specified column.
Throws:
Adjusts the width of all columns to fit the contents of their cells including the header cells.
Adjusts the width of all columns to fit the contents of their cells including the header cells.
Adjusts the width of all columns using the specified size mode.
Throws:
Adjusts the width of all columns using the specified size mode.
Throws:
Adjusts the height of the row to fit the contents of all its cells including the header cell.
Throws:
Adjusts the height of the row to fit the contents of all its cells including the header cell.
Throws:
Adjusts the height of the row using the specified size mode.
Throws:
Adjusts the height of the row using the specified size mode.
Throws:
Adjusts the width of the row headers using the specified size mode.
Throws:
Adjusts the width of the row headers using the specified size mode.
Throws:
Adjusts the width of the row headers based on the contents of the header in the specified row and using the specified size mode.
Throws:
Adjusts the width of the row headers based on the contents of the header in the specified row and using the specified size mode.
Throws:
Adjusts the heights of all rows in the client's data cache to fit the contents of all their cells, including the header cells.
Adjusts the heights of all rows in the client's data cache to fit the contents of all their cells, including the header cells.
Adjusts the heights of the rows using the specified size mode.
Throws:
Puts the current cell in edit mode.
Throws:
Cancels edit mode for the currently selected cell and discards any changes.
Clears the current selection.
Commits changes to cell without ending edit mode.
Throws:
Commits and ends the edit operation on the current cell.
Throws:
Throws:
Throws:
Throws:
Throws:
Throws:
Throws:
Throws:
Throws:
Throws:
Throws:
Throws:
Throws:
Throws:
Returns the column index and row index that contain the specified x, y client coordinates.
Returns the column index and row index that contain the specified x, y client coordinates.
Checks if the specified cell can enter edit mode.
Checks if the cell at the colIndex and rowIndex location can enter edit mode.
Checks if the cell at the cellAddress location can enter edit mode.
Checks if the specified cell is visible.
Checks if the cell at the colIndex and rowIndex location is visible.
Checks if the cell at the cellAddress location is visible.
Verifies that the cell address refers to a valid cell.
Verifies that the column index and row index refer to a valid cell.
Verifies that the column index refer to a valid column.
Verifies that the row index refer to a valid row.
Throws:
Removes the all the summary rows.
Removes the summary rows that match the specified summaryPosition .
Removes the summary rows grouped by groupFromCol .
Removes the summary rows grouped by groupFromCol and groupToCol .
Removes the summary rows grouped by groupFromCol .
Removes the summary rows grouped by groupFromCol and groupToCol .
Removes the summary rows that match the specified summaryPosition and grouped by groupFromCol .
Removes the summary rows that match the specified summaryPosition and grouped by groupFromCol and groupToCol .
Removes the summary rows that match the specified summaryPosition and grouped by groupFromCol and groupToCol .
Scrolls the specified cell into view.
Throws:
Scrolls the specified cell into view aligned according to the position specified by alignX and alignY , if possible.
Throws:
Scrolls the specified cell into view.
Throws:
Scrolls the specified cell into view aligned according to the position specified by alignX and alignY , if possible.
Throws:
Scrolls the specified cell into view.
Throws:
Scrolls the specified cell into view aligned according to the position specified by alignX and alignY , if possible.
Throws:
Scrolls the specified column into view.
Throws:
Scrolls the specified column into view aligned to the left or right according to the position specified by alignX .
Throws:
Scrolls the specified column into view.
Throws:
Scrolls the specified column into view aligned to the left or right according to position specified by alignX .
Throws:
Scrolls the specified row into view.
Throws:
Scrolls the specified row into view aligned to the top or bottom according to the position specified by alignY .
Throws:
Scrolls the specified row into view.
Throws:
Scrolls the specified row into view aligned to the top or bottom according to the position specified by alignY .
Throws:
Throws:
Throws:
Throws:
Throws:
Sets the currently focused cell.
Sets the currently focused cell.
Sets the state for the row at rowIndex .
Sets the state for the row at rowIndex .
Throws:
Throws:
Throws:
Throws:
Throws:
Throws:
Throws:
Causes the control to update the corresponding client side widget. When in design mode, causes the rendered control to update its entire surface in the designer.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
This event fires only if there is an handler attached to it. A simple overload of the On[Event] method in a derived class will not be invoked unless there is at least one handler attached to the event.
Represents a column that contains a collection of cells.
Represents a column that contains a collection of cells.
Represents a column in a control.
Represents a column that contains a collection of cells.
Represents a column that contains a collection of cells.
Represents a column that contains a collection of cells.
Represents a column that contains a collection of cells.
Represents a column that contains a collection of cells.
Represents a column that contains a collection of cells.
Represents a column that contains a collection of cells.
Represents a row in a control.
Represents a summary row in a control.
One of the values.
Represents the method that will handle the event of a .
Name | Description |
---|---|
Name | Description |
---|---|
Name | Description |
---|---|
: Returns or sets the shortcut menu associated with the cell. (Default: null
)
: Returns or sets a child control to display inside the cell.
: Returns the control associated with this .
: Returns the default value for a cell in the row for new records.
: Returns a value that indicates whether the cell is currently displayed.
: Returns whether the cell can be edited.
: Returns the current, formatted value of the cell, regardless of whether the cell is in edit mode and the value has not been committed.
The row containing the cell is a shared row; or the cell is a column header cell.
is less than 0, indicating that the cell is a row header cell.
Formatting failed and either there is no handler for the event of the control or the handler set the property to true. The exception object can typically be cast to type .
: Returns or sets the text describing an error condition associated with the cell.
: Returns the value of the cell as formatted for display.
is less than 0, indicating that the cell is a row header cell.
The row containing the cell is a shared row; or the cell is a column header cell.
Formatting failed and either there is no handler for the event of the control or the handler set the property to true. The exception object can typically be cast to type .
: Returns the type of the formatted value associated with the cell.
: Returns a value indicating whether the cell is frozen.
: Returns true it the property has been set.
: Checks if the dynamic object was created and has any value.
: Returns the height of the cell.
: Returns the current state of the cell as inherited from the state of its row and column.
The cell is not contained within a control and the value of its property is not -1.
The cell is contained within a control and the value of its property is -1.
: Returns the style currently applied to the cell.
The cell does not belong to a control; or is less than 0, indicating that the cell is a row header cell.
The row containing the cell is a shared row; or the cell is a column header cell.
: Returns whether this is the current cell in the .
: Returns a value indicating whether this cell is currently being edited.
: Returns the column that contains this cell.
: Returns the row that contains this cell.
: Returns or sets whether the cell's data can be edited.
: Returns a value indicating whether the cell can be resized.
: Returns the index of the cell's parent row.
: Returns or sets whether the cell has been selected.
: Returns the size of the cell.
: Returns or sets the style for the cell.
: Returns or sets the object that contains supplemental data about the cell. (Default: null
)
: Returns or sets the ToolTip text associated with this cell.
: Returns a dynamic object that can be used to store custom data in relation to this cell.
: Enables or disables the user paint feature for this cell. When UserPaint is true, the application can handle the event to draw custom content in the cell. (Default: False
)
: Returns or sets the value associated with this cell.
is outside the valid range of 0 to the number of rows in the control minus 1.
is less than 0, indicating that the cell is a row header cell.
: Returns or sets the data type of the values in the cell.
: Returns a value indicating whether the cell is in a row or column that has been hidden.
: Returns the width of the cell.
Returns: . The cloned .
Returns: . The current, formatted value of the .
Formatting failed and either there is no handler for the event of the control or the handler set the property to true. The exception object can typically be cast to type .
Returns the inherited for the current cell.
Returns: . A instance if the , or the owner , or the owner , or the owner has a assigned; otherwise, null.
Returns: . A combination of values representing the current state of the cell.
Parameter | Type | Description |
---|
Returns: . A that includes the style settings of the cell inherited from the cell's parent row, column, and .
The cell has no associated .
Parameter | Type | Description |
---|
Returns: . The cell value.
cellStyle is null.
The property value is null or the property value is null or value cannot be converted.
value is null or the type of value does not match the type indicated by the property.
Resets the state to inherit its value from the , and the .
Returns: . true to force the cell to update the client.
Name | Description |
---|
Name | Description |
---|
: Returns or sets whether the user can add new rows. (Default: False
)
: Returns or sets whether the user is allowed to delete rows from the . (Default: False
)
: Returns or sets whether manual column repositioning is enabled. (Default: False
)
: Returns or sets whether users can resize columns. (Default: True
)
: Returns or sets whether users can resize rows. (Default: True
)
: Returns or sets whether columns are created automatically when the or properties are set. This property is ignored in design mode - auto column generation is always on. (Default: True
)
: Returns or sets a value that indicates whether the control resizes based on its contents. (Default: False
)
: Returns or sets a value indicating how column widths are determined. (Default: None
)
: Returns or sets a value indicating how row heights are determined. (Default: None
)
The specified value when setting this property is and row headers are hidden.
: Number of rows stored in a cache block. Determines the number of rows requested by the client when scrolling the grid.
: Returns or sets the border style for the . (Default: Solid
)
: Returns or sets the cell border style for the control. (Default: Both
)
: Returns or sets a value that indicates whether users can copy cell text values to the and whether row and column header text is included. (Default: EnableWithAutoHeaderText
)
: Returns or sets the number of columns displayed in the . (Default: 0
)
The specified value when setting this property is less than 0.
When setting this property, the property has been set.
: Returns or sets the border style for the column headers in the control. (Default: Both
)
: Returns or sets the default column header style.
: Returns or sets the height, in pixels, of the column headers row.
The specified value when setting this property is less than the minimum height of 4 pixels or is greater than the maximum height of 32768 pixels.
: Returns or sets whether the height of the column headers is adjustable and whether it can be adjusted by the user or is automatically adjusted to fit the contents of the headers. Since 3.0.13 (Default: DisableResizing
)
: Returns or sets whether the column header row is displayed. (Default: True
)
The specified value when setting this property is false and one or more columns have an property value of .
: Returns a collection that contains all the columns in the control.
: Returns or sets the currently active cell.
The value of this property cannot be set because changes to the current cell cannot be committed or canceled. Or the specified cell when setting this property is in a hidden row or column. Re-entrant calling is only allowed when the is bound to a . Re-entrant calling results from a change to the underlying data.
The specified cell when setting this property is not in the .
: Returns the row and column indexes of the currently active cell.
: Returns the row containing the current cell.
: Returns or sets the name of the list or table in the data source for which the is displaying data. (Default: ""
)
An error occurred in the data source and either there is no handler for the event or the handler has set the property to true. The exception object can typically be cast to type .
: Returns or sets the data source that the is displaying data for. (Default: null
)
An error occurred in the data source and either there is no handler for the event or the handler has set the property to true. The exception object can typically be cast to type .
: Returns or sets the default cell style to be applied to the cells in the if no other cell style properties are set.
: Returns or sets the default row height.
: Returns or sets the default for all columns when the property is set to (default). (Default: Automatic
)
: Returns the control hosted by the current cell, if a cell with an editing control is in edit mode.
: Returns or sets a value indicating how to begin editing a cell. (Default: EditOnKeystrokeOrF2
)
The specified value when setting this property would cause the control to enter edit mode, but initialization of the editing cell value failed and either there is no handler for the event or the handler has set the property to true. The exception object can typically be cast to type .
: Returns the first cell currently displayed in the in the upper left corner.
: Returns the index of the column that is the first non-frozen column displayed on the .
The specified value when setting this property is less than 0 or greater than the number of columns in the control minus 1.
The specified value when setting this property indicates a column with a property value of false. Or the specified value when setting this property indicates a column with a property value of true.
: Returns the index of the row that is the first row displayed on the .
The specified value when setting this property is less than 0 or greater than the number of rows in the control minus 1.
The specified value when setting this property indicates a row with a property value of false. Or the specified value when setting this property indicates a column with a property value of true.
: Returns the number of pixels by which the control is scrolled horizontally.
: Returns whether the horizontal scroll bar is visible.
: Returns or sets the distance in pixels to indent each child row node level. (Default: -1
)
The assigned value is less than 0 (see Remarks); or the assigned value is greater than 500.
: Returns a value indicating whether the current cell has uncommitted changes.
: Returns a value indicating whether the currently active cell is being edited.
: Returns a value indicating whether the current row has uncommitted changes.
: Returns or set the cell located in the specified column and at the specified row.
columnIndex is less than 0 or greater than the number of columns in the control minus 1; or rowIndex is less than 0 or greater than the number of rows in the control minus 1.
: Returns or set the cell located in the specified column and at the specified row.
: Returns or set the cell located in the specified column and at the specified row.
: Returns or set the cell located in the specified location.
: Returns or sets whether the rows are always of the same height. (Default: False
)
: Returns or sets whether the column and row resizing should be live: updated as the user resizes the row or the column. (Default: False
)
: Maximum number of blocks kept in the client cache.
: Returns or sets whether the user is allowed to select more than one cell, row, or column of the at a time. (Default: True
)
: Returns the index of the row for new records.
: Returns or sets an HTML string that is displayed when the doesn't contain any row. (Default: ""
)
: Returns or sets whether the user can edit the cells of the control. (Default: False
)
The specified value when setting this property is true, the current cell is in edit mode, and the current cell contains changes that cannot be committed.
The specified value when setting this property would cause the control to enter edit mode, but initialization of the editing cell value failed and either there is no handler for the event or the handler has set the property to true. The exception object can typically be cast to type .
: Returns or sets whether the row under the pointer gets selected on a right click. (Default: False
)
When the right click lands outside of a selected area the selection is not changed regardless of the value of .
: Returns or sets the number of rows displayed in the . (Default: 0
)
The specified value when setting this property is less than 0 or less than 1 and is set to true.
When setting this property, the property is set.
: Returns the for the row headers.
Use this to set the style and other properties for all the row headers.
: Returns or sets the default style applied to the row header cells.
: Returns or sets the minimum width, in pixels, of the column that contains the row headers.
The value is less than the minimum width of 2 pixels or is greater than the maximum width of 32000 pixels.
: Returns or sets the minimum width, in pixels, of the column that contains the row headers.
The value is less than the minimum width of 2 pixels or is greater than the maximum width of 2000 pixels.
: Returns or sets whether the column that contains row headers is displayed. (Default: True
)
: Returns or sets the width, in pixels, of the column that contains the row headers.
The value is less than the minimum width of 2 pixels or is greater than the maximum width of 2000 pixels.
: Returns or sets whether the width of the row headers is adjustable and whether it can be adjusted by the user or is automatically adjusted to fit the contents of the headers. (Default: EnableResizing
)
: Returns a collection that contains all the rows in the control.
: Returns or sets the row that represents the template for all the rows in the control.
The specified row when setting this property has its property set.
: Returns or sets the type of scroll bars to display for the control. (Default: Both
)
: Returns the collection of selected cells.
: Returns the collection of selected columns.
: Returns the collection of selected rows.
: Milliseconds to wait before sending selection events to the server. (Default: 150
)
Use this property to avoid flooding the server with selection change events when users quickly select rows in a data-bound that triggers other data-bounds controls to get updated. Throws:
When the value is less than 0 or greater than 10000 (10 seconds).
: Returns or sets a value indicating how the cells of the can be selected. (Default: FullRowSelect
)
: Returns or sets whether cells will display an error glyphs for each cell that contains a data entry error. (Default: True
)
: Returns or sets whether or not ToolTips will show when the mouse pointer pauses on a cell. (Default: True
)
: Returns or sets whether the column visibility menu button is visible. (Default: True
)
: Returns or sets a value indicating whether the widget highlights the currently focused cell. (Default: True
)
: Returns or sets whether row headers will display an error glyphs for each row that contains a data entry error. (Default: True
)
: Returns the column by which the contents are currently sorted.
: Returns or sets whether frozen rows should be sorted when sorting a column. (Default: True
)
: Returns a value indicating whether the items in the control are sorted in ascending or descending order, or are not sorted.
: Returns or sets a value indicating how the updates the selection of rows and cells when it's sorted. (Default: UpdatePosition
)
The selection is always cleared when sorting a data-bound or when the grid contains hierarchical rows.
: Returns or sets whether the TAB key moves the focus to the next control in the tab order rather than moving focus to the next cell. (Default: False
)
: Returns the instance of associated with this control.
: Returns or sets the position of the items associated with this control. (Default: Top
)
: Returns or sets the header cell located in the upper left corner of the control.
: Returns or sets the column that displays the node open/close tree icons.
: Returns or sets whether you have provided your own data-management operations for the control. (Default: False
)
: Returns the total number of visible rows currently displayed.
: Returns whether the vertical scroll bar is visible.
Creates or updates a for each group limited by the values in column groupCol .
Parameter | Type | Description |
---|
Returns: . Array of the rows displaying the aggregated values.
Creates or updates a for each group limited by the values in column groupCol .
Parameter | Type | Description |
---|
Returns: . Array of the rows displaying the aggregated values.
Creates or updates a for each group limited by the values in the columns from groupFromCol to groupToCol .
Parameter | Type | Description |
---|
Returns: . Array of the rows displaying the aggregated values.
Creates or updates a for each group limited by the values in the columns from groupFromCol to groupToCol .
Parameter | Type | Description |
---|
Returns: . Array of the rows displaying the aggregated values.
Creates or updates a for each group limited by the values in columns groupCol .
Parameter | Type | Description |
---|
Returns: . Array of the rows displaying the aggregated values.
Creates or updates a for each group limited by the values in columns groupCol .
Parameter | Type | Description |
---|
Returns: . Array of the rows displaying the aggregated values.
Creates or updates a for each group limited by the values in the columns from groupFromCol to groupToCol .
Parameter | Type | Description |
---|
Returns: . Array of the rows displaying the aggregated values.
Creates or updates a for each group limited by the values in the columns from groupFromCol to groupToCol .
Parameter | Type | Description |
---|
Returns: . Array of the rows displaying the aggregated values.
Populates the from the data appending the rows to the existing rows.
Parameter | Type | Description |
---|
Returns: . Numbers of rows appended.
Use this method to fill a without binding it to the data source.
Parameter | Type | Description |
---|
Returns: . true if all cells (or all visible cells) are selected or if there are no cells (or no visible cells); otherwise, returns false.
Parameter | Type | Description |
---|
columnIndex is not in the valid range of -1 (all columns) to the number of columns minus 1.
Parameter | Type | Description |
---|
columnIndex is not in the valid range of -1 (all columns) to the number of columns minus 1.
Parameter | Type | Description |
---|
autoSizeMode has the value and is false.
autoSizeMode has the value , , or .
columnIndex is not in the valid range of -1 (all columns) to the number of columns minus 1.
Parameter | Type | Description |
---|
autoSizeMode has the value and is false.
autoSizeMode has the value , , or .
columnIndex is not in the valid range of -1 (all columns) to the number of columns minus 1.
Parameter | Type | Description |
---|
columnIndex is not in the valid range of -1 (all columns) to the number of columns minus 1.
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
autoSizeMode has the value and is false.
autoSizeMode has the value or .
Parameter | Type | Description |
---|
autoSizeMode has the value and is false.
autoSizeMode has the value or .
Parameter | Type | Description |
---|
rowIndex is not in the valid range of -1 (all rows) to the number of rows minus 1.
Parameter | Type | Description |
---|
rowIndex is not in the valid range of -1 (all rows) to the number of rows minus 1.
Parameter | Type | Description |
---|
autoSizeMode has the value and is false.
rowIndex is not in the valid range of -1 (all rows) to the number of rows minus 1.
Parameter | Type | Description |
---|
autoSizeMode has the value and is false.
rowIndex is not in the valid range of -1 (all rows) to the number of rows minus 1.
Parameter | Type | Description |
---|
autoSizeMode has the value or .
Parameter | Type | Description |
---|
autoSizeMode has the value or .
Parameter | Type | Description |
---|
rowIndex is not in the valid range of -1 (all rows) to the number of rows minus 1.
autoSizeMode has the value or
Parameter | Type | Description |
---|
rowIndex is not in the valid range of -1 (all rows) to the number of rows minus 1.
autoSizeMode has the value or
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
autoSizeMode has the value
autoSizeMode has the value and is false.
Parameter | Type | Description |
---|
Returns: . true if the current cell is already in edit mode or successfully enters edit mode; otherwise, false.
is not set to a valid cell.
Prevents the control from updating until the method is called.
Returns: . true if the cancel was successful; otherwise, false.
Returns: . true if the changes were committed; otherwise false.
The cell value could not be committed and either there is no handler for the event or the handler has set the property to true.
Returns: . true if the edit operation is committed and ended; otherwise, false.
The cell value could not be committed and either there is no handler for the event or the handler has set the property to true.
Resumes updating of the control after it was suspended by the method.
Populates the from the data .
Parameter | Type | Description |
---|
Returns: . Numbers of rows added.
Use this method to fill a without binding it to the data source.
Returns the formatted values that represent the contents of the selected cells for copying to the .
Returns: . A with the contents of the selected cells.
is set to .
Retrieves the command for the specified cell without retrieving a and without causing the permanent creation of a row instance. This method is particularly useful when the grid shows a large data set and/or it's operating in .
Parameter | Type | Description |
---|
Returns: . The object value stored in the cell.
columnIndex is less than 0 or columnIndex is equal to or greater than the number of cells in the collection.
rowIndex is less than 0.- or - rowIndex is equal to or greater than .
Retrieves the command for the specified cell without retrieving a and without causing the permanent creation of a row instance. This method is particularly useful when the grid shows a large data set and/or it's operating in .
Parameter | Type | Description |
---|
Returns: . The object value stored in the cell.
cellAddress is less than 0 or equal to or greater than the number of row or columns in the collection.
Retrieves the command for the specified cell without retrieving a and without causing the permanent creation of a row instance. This method is particularly useful when the grid shows a large data set and/or it's operating in .
Parameter | Type | Description |
---|
Returns: . The object value stored in the cell.
column is null.
The specified column does not belong to the same that owns the cells.
rowIndex is less than 0.- or - rowIndex is equal to or greater than .
Retrieves the command for the specified cell without retrieving a and without causing the permanent creation of a row instance. This method is particularly useful when the grid shows a large data set and/or it's operating in .
Parameter | Type | Description |
---|
Returns: . The object value stored in the cell.
columnName does not match the name of any columns in the control.
rowIndex is less than 0.- or - rowIndex is equal to or greater than .
Retrieves the value for the specified cell, as formatted for display, without retrieving a and without causing the permanent creation of a row instance. This method is particularly useful when the grid shows a large data set and/or it's operating in .
Parameter | Type | Description |
---|
Returns: . The formatted value stored in the cell.
columnIndex is less than 0 or columnIndex is equal to or greater than the number of cells in the collection.
rowIndex is less than 0.- or - rowIndex is equal to or greater than .
Retrieves the value for the specified cell, as formatted for display, without retrieving a and without causing the permanent creation of a row instance. This method is particularly useful when the grid shows a large data set and/or it's operating in .
Parameter | Type | Description |
---|
Returns: . The formatted value stored in the cell.
column is null.
The specified column does not belong to the same that owns the cells.
rowIndex is less than 0.- or - rowIndex is equal to or greater than .
Retrieves the value for the specified cell, as formatted for display, without retrieving a and without causing the permanent creation of a row instance. This method is particularly useful when the grid shows a large data set and/or it's operating in .
Parameter | Type | Description |
---|
Returns: . The formatted value stored in the cell.
columnName does not match the name of any columns in the control.
rowIndex is less than 0.- or - rowIndex is equal to or greater than .
Returns the state of the at the specified index.
Parameter | Type | Description |
---|
Returns: . A combination of values indicating the state of the row.
rowIndex is less than zero and greater than the number of rows in the collection.
Retrieves the value for the specified cell without retrieving a and without causing the permanent creation of a row instance. This method is particularly useful when the grid shows a large data set and/or it's operating in .
Parameter | Type | Description |
---|
Returns: . The object value stored in the cell.
columnIndex is less than 0 or columnIndex is equal to or greater than the number of cells in the collection.
rowIndex is less than 0.- or - rowIndex is equal to or greater than .
Retrieves the value for the specified cell without retrieving a and without causing the permanent creation of a row instance. This method is particularly useful when the grid shows a large data set and/or it's operating in .
Parameter | Type | Description |
---|
Returns: . The object value stored in the cell.
cellAddress is less than 0 or equal to or greater than the number of row or columns in the collection.
Retrieves the value for the specified cell without retrieving a and without causing the permanent creation of a row instance. This method is particularly useful when the grid shows a large data set and/or it's operating in .
Parameter | Type | Description |
---|
Returns: . The object value stored in the cell.
column is null.
The specified column does not belong to the same that owns the cells.
rowIndex is less than 0.- or - rowIndex is equal to or greater than .
Retrieves the value for the specified cell without retrieving a and without causing the permanent creation of a row instance. This method is particularly useful when the grid shows a large data set and/or it's operating in .
Parameter | Type | Description |
---|
Returns: . The object value stored in the cell.
columnName does not match the name of any columns in the control.
rowIndex is less than 0.- or - rowIndex is equal to or greater than .
Parameter | Type | Description |
---|
Returns: . A that contains the column index and row index information.
Parameter | Type | Description |
---|
Returns: . A that contains the column index and row index information.
Parameter | Type | Description |
---|
Returns: . true is the specified cell, the owner row, owner column and the data source, allow user editing.
Parameter | Type | Description |
---|
Returns: . true is the specified cell, the owner row, owner column and the data source, allow user editing.
Parameter | Type | Description |
---|
Returns: . true is the specified cell, the owner row, owner column and the data source, allow user editing.
Parameter | Type | Description |
---|
Returns: . true is the specified cell, the owner row, owner column and the data source, allow user editing.
Parameter | Type | Description |
---|
Returns: . true is the specified cell, the owner row, owner column and the data source, allow user editing.
Parameter | Type | Description |
---|
Returns: . true is the specified cell, the owner row, owner column and the data source, allow user editing.
Parameter | Type | Description |
---|
Returns: . true if the coordinates correspond to a valid cell address.
Parameter | Type | Description |
---|
Returns: . true if the coordinates correspond to a valid cell address.
Parameter | Type | Description |
---|
Returns: . true if the column index corresponds to a valid column.
Parameter | Type | Description |
---|
Returns: . true if the row index corresponds to a valid row.
Notifies the that the current cell has uncommitted changes.
Parameter | Type | Description |
---|
Fires the event, if is true, selects all the rows in the control.
Parameter | Type | Description |
---|
The value of the property of e is greater than the number of columns in the control, or the value of the property of e is greater than the number of rows in the control.
Forces a full reload of the data displayed by this .
Forces a full reload of the data displayed by this .
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
cell is null.
cell doesn't belong to this .
Parameter | Type | Description |
---|
cell is null.
cell doesn't belong to this .
Parameter | Type | Description |
---|
cellAddress .X is less than -1 or greater than the number of columns in the control, or cellAddress .Y is less than -1 or greater than the number of rows in the control.
Parameter | Type | Description |
---|
cellAddress .X is less than -1 or greater than the number of columns in the control, or cellAddress .Y is less than -1 or greater than the number of rows in the control.
Parameter | Type | Description |
---|
columnIndex is less than -1 or greater than the number of columns in the control, or rowIndex is less than -1 or greater than the number of rows in the control.
Parameter | Type | Description |
---|
columnIndex is less than -1 or greater than the number of columns in the control, or rowIndex is less than -1 or greater than the number of rows in the control.
Parameter | Type | Description |
---|
columnIndex is less than -1 or greater than the number of columns in the control.
Parameter | Type | Description |
---|
columnIndex is less than -1 or greater than the number of columns in the control.
Parameter | Type | Description |
---|
column is null.
column doesn't belong to this .
Parameter | Type | Description |
---|
column is null.
column doesn't belong to this .
Parameter | Type | Description |
---|
rowIndex is less than -1 or greater than the number of rows in the control.
Parameter | Type | Description |
---|
rowIndex is less than -1 or greater than the number of rows in the control.
Parameter | Type | Description |
---|
row is null.
row doesn't belong to this .
Parameter | Type | Description |
---|
row is null.
row doesn't belong to this .
Selects all the cells, or rows, or columns, according to the property when the is true.
Selects all the cells, regardless of the and properties.
Selects all the columns, regardless of the and properties.
Selects all the rows, regardless of the and properties.
Sets the command of the specified cell without retrieving a and without causing the permanent creation of a row instance. This method is particularly useful when the grid shows a large data set and/or it's operating in .
Parameter | Type | Description |
---|
column is null.
The specified column does not belong to the same that owns the cells.
rowIndex is less than 0.- or - rowIndex is equal to or greater than .
Sets the command of the specified cell without retrieving a and without causing the permanent creation of a row instance. This method is particularly useful when the grid shows a large data set and/or it's operating in .
Parameter | Type | Description |
---|
columnIndex is less than 0 or columnIndex is equal to or greater than the number of cells in the collection.
rowIndex is less than 0.- or - rowIndex is equal to or greater than .
Sets the command of the specified cell without retrieving a and without causing the permanent creation of a row instance. This method is particularly useful when the grid shows a large data set and/or it's operating in .
Parameter | Type | Description |
---|
cellAddress is less than 0 or equal to or greater than the number of row or columns in the collection.
Sets the command of the specified cell without retrieving a and without causing the permanent creation of a row instance. This method is particularly useful when the grid shows a large data set and/or it's operating in .
Parameter | Type | Description |
---|
columnName does not match the name of any columns in the control.
rowIndex is less than 0.- or - rowIndex is equal to or greater than .
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
When using this method, the state parameter must contain all the states to set for the row. The best way to do this is to use first and then OR or XOR or AND the state to alter. To set a specific state use . Throws:
rowIndex is less than zero and greater than the number of rows in the collection.
Parameter | Type | Description |
---|
rowIndex is less than zero and greater than the number of rows in the collection.
Sets the value of the specified cell without retrieving a and without causing the permanent creation of a row instance. This method is particularly useful when the grid shows a large data set and/or it's operating in .
Parameter | Type | Description |
---|
columnIndex is less than 0 or columnIndex is equal to or greater than the number of cells in the collection.
rowIndex is less than 0.- or - rowIndex is equal to or greater than .
Sets the value of the specified cell without retrieving a and without causing the permanent creation of a row instance. This method is particularly useful when the grid shows a large data set and/or it's operating in .
Parameter | Type | Description |
---|
cellAddress is less than 0 or equal to or greater than the number of row or columns in the collection.
Sets the value of the specified cell without retrieving a and without causing the permanent creation of a row instance. This method is particularly useful when the grid shows a large data set and/or it's operating in .
Parameter | Type | Description |
---|
columnName does not match the name of any columns in the control.
rowIndex is less than 0.- or - rowIndex is equal to or greater than .
Sets the value of the specified cell without retrieving a and without causing the permanent creation of a row instance. This method is particularly useful when the grid shows a large data set and/or it's operating in .
Parameter | Type | Description |
---|
column is null.
The specified column does not belong to the same that owns the cells.
rowIndex is less than 0.- or - rowIndex is equal to or greater than .
Sorts the contents of the control in ascending or descending order based on the contents of the specified column.
Parameter | Type | Description |
---|
The specified column is not part of this ; or the property has been set and the property of the specified column returns false.
column is null.
The property is set to true and the property of the specified column returns false; or the object specified by the property does not implement the interface; or the object specified by the property has a property value of false.
Sorts the contents of the control using an implementation of the interface.
Parameter | Type | Description |
---|
comparer is null.
is set to true; or is not null.
Fired when the value of the property changes.
Fired when the value of the property changes.
Fired when the value of the property changes.
Fired when the value of the property changes.
Fired when the value of the property changes.
Fired when edit mode starts for the selected cell.
Fired when any part of a cell is clicked.
Fired when the command of a cell changes.
Fired when the property of the control is true and the requires a command for a cell in order to execute a user action.
Fired when the property of the control is true and a cell command has changed and requires storage in the underlying data source.
Fired when a cell's context menu is needed.
Fired when the user double-clicks anywhere in a cell.
Fired when edit mode stops for the current cell.
Fired when the current cell changes in the control or when the control receives input focus.
Fired when the value of the property of a cell changes.
Fired when a cell's error text is needed.
Fired when the contents of a cell need to be formatted for display.
Fired when a cell loses input focus and is no longer the current cell.
Occurs whenever the user clicks anywhere on a cell with the mouse.
Fired when a cell within the is double-clicked.
Fired when the user presses a mouse button while the pointer is within the boundaries of a cell.
Fired when the mouse pointer enters a cell.
Fired when the mouse pointer leaves a cell.
Fired when the mouse pointer moves over the control.
Fired when the user releases a mouse button while over a cell.
Fired when a cell with the property set to true needs to be drawn.
Fired when a cell leaves edit mode if the cell value has been modified.
Fired when a cell state changes, such as when the cell is selected or focused.
Fired when the property of a changes.
Fired when one of the values of a cell style changes.
Fired when a hosted in a cell editor is clicked.
Fired when the value of the property of a cell changes.
Fired when a cell's ToolTip text is needed.
Occurs after the cell has finished validating.
Fired when a cell loses input focus, enabling content validation.
Fired when the value of a cell changes.
Fired when the property of the control is true and the requires a value for a cell in order to format and display the cell.
Fired when the property of the control is true and a cell value has changed and requires storage in the underlying data source.
Fired when a column is added to the control.
Fired when the value the property for a column changes.
Fired when the property changes.
Fired when the user clicks a column header.
Fired when a column header is double-clicked.
Fired when the value of the property changes.
Fired when the value of the property for a column changes.
Fired when the value of the property for a column changes.
Fired when the property changes.
Fired when a column is removed from the control.
Fired when the value of the property changes.
Fired when a column changes state, such as becoming visible.
Fired when the value of the property for a column changes.
Fired when the property changes.
Occurs after a data-binding operation has finished.
Fired when a data parsing or data validation operation throws an exception, or when committing data to a data source fails.
Fired when value of the property changes.
Occurs when the client requests a set of rows from the server.
You can use this event when the is in to pre-populate a paged data set used when handling the events.
Fired when the value of the property changes.
Fired when the client has updated one or more rows in the grid.
This event is fired only if the application has attached at least one handler to the event. Otherwise, simply overriding won't work.
Fired when the value of the property changes.
Fired when the user enters the row for new records so that it can be populated with default values.
Fired when a control for editing a cell is showing.
Fired when the value of the property changes.
Fired when the value of the property changes.
Fired when the user tabs past the last cell.
Fired when the value of the property changes.
Fired when the value of the property changes.
Fired when the property of the is true and the user navigates to the new row at the bottom of the .
Fired when the value of the property changes.
Fired when a parent row is collapsed.
Fired when a row receives input focus but before it becomes the current row.
Fired when the property of a row changes.
Fired when the row's error text is required.
Fired when a parent row is expanded.
Fired when the user clicks within the boundaries of a row header.
Fired when a row header is double-clicked.
Fired when value of the property changes.
Fired when the value of the property for a row changes.
Fired when information about row height is requested.
Fired when a row loses input focus and is no longer the current row.
Fired when the value of the property for a row changes.
Fired when the value of the property for a row changes.
Occurs after a new row is added to the .
Fired when a row or rows are deleted from the .
Fired when a row changes state, such as getting selected.
Occurs after a row has finished validating.
Fired when a row is validating.
Fired when the user or code scrolls the grid.
Fired when the current selection changes.
Fired when the value of the property changes.
Fired when the compares two cell values to perform a sort operation.
Fired when the control completes a sorting operation.
Fired when the value of the property changes.
Fired when a is clicked.
Fired when the user presses a mouse button while the pointer is on the top-left corner cell.
Fired when the user has finished adding a row to the control.
Fired when the user has finished deleting a row from the control.
Fired when the user deletes a row from the control.
Name | Description |
---|
Both
Both vertical and horizontal border.
Horizontal
An horizontal border between rows.
None
No borders.
Vertical
A vertical border between columns.
Returns or sets the cell border style for the DataGridView control.
Returns or sets the border style for the column headers in the DataGridView control.
Defines an object that can invoke a Command.
All wisej components implement this interface.
Allows an object to serialize itself.
Represents the method that will handle the CellBeginEdit and RowValidating events of a DataGridView.
includeVisualProperties | true to include inherited visual properties; otherwise, false to include only formatting properties. |
value | The display value of the cell. |
cellStyle |
formattedTypeConverter |
valueTypeConverter |
Contains functionality common to row header cells and column header cells. |
summaryType | Determines the aggregation type. |
groupCol | Name of the column that determines the group break values. |
summaryCol | name of the column to aggregate. |
summaryType | Determines the aggregation type. |
summaryPosition |
groupCol | Name of the column that determines the group break values. |
summaryCol | Name of the column to aggregate. |
summaryType | Determines the aggregation type. |
groupFromCol | Name of the first column that determines the group break values. |
groupToCol | Name of the last column that determines the group break values. |
summaryCol | Name of the column to aggregate. |
summaryType | Determines the aggregation type. |
summaryPosition |
groupFromCol | Name of the first column that determines the group break values. |
groupToCol | Name of the last column that determines the group break values. |
summaryCol | Name of the column to aggregate. |
summaryType | Determines the aggregation type. |
groupCol | Column that determines the group break values. |
summaryCol | Column to aggregate. |
summaryType | Determines the aggregation type. |
summaryPosition |
groupCol | Column that determines the group break values. |
summaryCol | Column to aggregate. |
summaryType | Determines the aggregation type. |
groupFromCol | First column that determines the group break values. |
groupToCol | Last column that determines the group break values. |
summaryCol | Column to aggregate. |
summaryType | Determines the aggregation type. |
summaryPosition |
groupFromCol | First column that determines the group break values. |
groupToCol | Last column that determines the group break values. |
summaryCol | Column to aggregate. |
data |
includeInvisibleCells |
columnIndex | The index of the column to resize; -1 indicates all columns. |
columnIndex | The index of the column to resize; -1 indicates all columns. |
extraSpace | Additional space in pixels. |
columnIndex | The index of the column to resize; -1 indicates all columns. |
autoSizeMode |
columnIndex | The index of the column to resize; -1 indicates all columns. |
autoSizeMode |
extraSpace | Additional space in pixels. |
columnIndex | The index of the column to resize; -1 indicates all columns. |
extraSpace | Additional space in pixels. |
autoSizeMode |
autoSizeMode |
extraSpace | Additional space in pixels. |
rowIndex | The index of the row to resize. |
rowIndex | The index of the row to resize. |
extraSpace | Additional space in pixels. |
rowIndex | The index of the row to resize. |
autoSizeMode |
rowIndex | The index of the row to resize. |
autoSizeMode |
extraSpace | Additional space in pixels. |
autoSizeMode |
autoSizeMode |
extraSpace | Additional space in pixels. |
rowIndex | The index of the row header with the changed content. |
autoSizeMode |
rowIndex | The index of the row header with the changed content. |
autoSizeMode |
extraSpace | Additional space in pixels. |
extraSpace | Additional space in pixels. |
autoSizeMode |
true to select all the cell's contents; false to not select any contents. |
data |
columnIndex | The index of the column containing the cell. |
rowIndex | The index of the row containing the cell. |
cellAddress | Row and column index of the cell. |
column |
rowIndex | The index of the row containing the cell. |
columnName |
rowIndex | The index of the row containing the cell. |
columnIndex | The index of the column containing the cell. |
rowIndex | The index of the row containing the cell. |
column |
rowIndex | The index of the row containing the cell. |
columnName |
rowIndex | The index of the row containing the cell. |
rowIndex | The index of the row. |
columnIndex | The index of the column containing the cell. |
rowIndex | The index of the row containing the cell. |
cellAddress | Row and column index of the cell. |
column |
rowIndex | The index of the row containing the cell. |
columnName |
rowIndex | The index of the row containing the cell. |
x |
y |
position |
cell | Cell to verify. |
colIndex | The column index of the cell to verify. |
rowIndex | The row index of the cell to verify. |
cellAddress | Coordinates of the cell to verify. |
cell | Cell to verify. |
colIndex | The column index of the cell to verify. |
rowIndex | The row index of the cell to verify. |
cellAddress | Coordinates of the cell to verify. |
cellAddress | Cell address to verify. |
colIndex | The index of the column to verify. |
rowIndex | The index of the row to verify. |
colIndex | The index of the column to verify. |
rowIndex | The index of the row to verify. |
dirty | True to indicate the cell has uncommitted changes; otherwise, false. |
e |
refreshChildren | True to also refresh all the children of this control. |
summaryPosition | Position of the summary rows to remove. |
groupFromCol | Name of the first column that determines the group break values. |
groupFromCol | Name of the first column that determines the group break values. |
groupToCol | Name of the last column that determines the group break values. |
groupFromCol | First column that determines the group break values. |
groupFromCol | First column that determines the group break values. |
groupToCol | Last column that determines the group break values. |
summaryPosition | Position of the summary rows to remove. |
groupFromCol | Name of the first column that determines the group break values. |
summaryPosition | Position of the summary rows to remove. |
groupFromCol | Name of the first column that determines the group break values. |
groupToCol | Name of the last column that determines the group break values. |
summaryPosition | Position of the summary rows to remove. |
groupFromCol | First column that determines the group break values. |
groupToCol | Last column that determines the group break values. |
cell |
cell |
alignX |
alignY |
cellAddress | The address of the cell to scroll into view. |
cellAddress | The address of the cell to scroll into view. |
alignX |
alignY |
columnIndex | The zero-based column index of the cell to scroll into view. |
rowIndex | The zero-based row index of the cell to scroll into view. |
columnIndex | The zero-based column index of the cell to scroll into view. |
rowIndex | The zero-based row index of the cell to scroll into view. |
alignX |
alignY |
columnIndex | The zero-based column index of the cell to scroll into view. |
columnIndex | The zero-based column index of the cell to scroll into view. |
alignX |
column |
column |
alignX |
rowIndex | The zero-based row index of the cell to scroll into view. |
rowIndex | The zero-based row index of the cell to scroll into view. |
alignY |
row |
row |
alignY |
column |
rowIndex | The index of the row containing the cell. |
command | Value to store in the cell identified by column and rowIndex . |
columnIndex | The index of the column containing the cell. |
rowIndex | The index of the row containing the cell. |
command | Value to store in the cell identified by columnIndex and rowIndex . |
cellAddress | Row and column index of the cell. |
command | Value to store in the cell identified by cellAddress . |
columnName |
rowIndex | The index of the row containing the cell. |
command | Value to store in the cell identified by columnName and rowIndex . |
cellAddress | Address of the cell. |
columnIndex | Column index of the cell. |
rowIndex | Row index of the cell. |
rowIndex | The index of the row. |
state |
rowIndex | The index of the row. |
state |
on | True to add the state , otherwise false to remove the state . |
columnIndex | The index of the column containing the cell. |
rowIndex | The index of the row containing the cell. |
value | Value to store in the cell identified by columnIndex and rowIndex . |
cellAddress | Row and column index of the cell. |
value | Value to store in the cell identified by cellAddress . |
columnName |
rowIndex | The index of the row containing the cell. |
value | Value to store in the cell identified by columnName and rowIndex . |
column |
rowIndex | The index of the row containing the cell. |
value | Value to store in the cell identified by column and rowIndex . |
column |
direction |
comparer |
Bindable components implement this interface. |
Controls that support drag & drop operations implement this interface. |
All wisej components implement this interface. |
All wisej data stores implement this interface. |
Represents a Wisej component that is capable of handling postback requests from the client. |
Allows an object to serialize itself. |
cellTemplate
An existing DataGridViewButtonCell to use as a template.
columnIndex
The index of the column containing the cell that the event occurs for.
rowIndex
The index of the row containing the cell that the event occurs for.
sender | The source of the event. |
e | A that contains the event data. |
Fired when the user presses a mouse button while the pointer is on the top-left corner cell. |
Fired when edit mode starts for the selected cell. |
Fired when a row is validating. |
Wisej.Web.DataGridViewCellCommandEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents the method that will handle the CellCommandNeeded event of a DataGridView.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.DataGridViewCellContextMenuNeededEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents the method that will handle a CellContextMenuStripNeeded event of a DataGridView.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.DataGridViewCellErrorTextNeededEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the CellErrorTextNeeded event of a DataGridView control.
String: Gets or sets the error message that is displayed when the cell is selected.
Name | Description |
---|---|
Wisej.Web.DataGridViewCellCommandEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the CellCommandNeeded event of the DataGridView control.
Initializes a new instance of the DataGridViewCellValueEventArgs class.
Name | Type | Description |
---|---|---|
Throws:
ArgumentOutOfRangeException columnIndex is less than 0; or rowIndex is less than 0.
Int32: Returns a value indicating the column index of the cell that the event occurs for.
ICommand: Returns or sets the command of the cell that the event occurs for.
Int32: Returns a value indicating the row index of the cell that the event occurs for.
Wisej.Web.DataGridViewCellContextMenuNeededEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the CellContextMenuNeeded event.
Initializes a new instance of the DataGridViewCellContextMenuNeededEventArgs class.
Name | Type | Description |
---|---|---|
Initializes a new instance of the DataGridViewCellContextMenuNeededEventArgs class.
Name | Type | Description |
---|---|---|
ContextMenu: Returns or sets the context menu for the cell that raised the CellContextMenuNeeded event.
Wisej.Web.DataGridViewCellCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents a collection of cells in a DataGridViewRow.
Initializes a new instance of the DataGridViewCellCollection class.
Name | Type | Description |
---|---|---|
DataGridViewCell: Returns or sets the cell contained in the specified column .
Throws:
ArgumentNullException The specified value when setting this property is null; or column is null.
InvalidOperationException The specified cell when setting this property already belongs to a DataGridView control, or the specified cell when setting this property already belongs to a DataGridViewRow
ArgumentNullException column is null.
ArgumentException The specified column does not belong to the same DataGridView that owns the cells.
ArgumentOutOfRangeException The index of the specified column is less than 0 or is equal to or greater than the number of cells in the collection.
DataGridViewCell: Returns or sets the cell at the provided index location.
Throws:
ArgumentNullException The specified value when setting this property is null.
InvalidOperationException The specified cell when setting this property already belongs to a DataGridView control, or the specified cell when setting this property already belongs to a DataGridViewRow.
ArgumentOutOfRangeException index is less than 0 or index is equal to or greater than the number of cells in the collection.
DataGridViewCell: Returns or sets the cell in the column with the provided name.
Throws:
ArgumentException columnName does not match the name of any columns in the control.
ArgumentNullException The specified value when setting this property is null; or columnName is null.
InvalidOperationException The specified cell when setting this property already belongs to a DataGridView control, or the specified cell when setting this property already belongs to a DataGridViewRow.
Adds a cell to the collection.
Returns: Int32. The position in which to insert the new element.
Throws:
InvalidOperationException The row that owns this DataGridViewCellCollection already belongs to a DataGridView control, or cell already belongs to a DataGridViewRow.
Adds an array of cells to the collection.
Throws:
ArgumentNullException cells is null.
InvalidOperationException The row that owns this DataGridViewCellCollection already belongs to a DataGridView control, or at least one value in cells is null, or at least one cell in cells already belongs to a DataGridViewRow, or at least two values in cells are references to the same DataGridViewCell.
Adds an array of cells to the collection.
Throws:
ArgumentNullException cells is null.
InvalidOperationException The row that owns this DataGridViewCellCollection already belongs to a DataGridView control, or at least one value in cells is null, or at least one cell in cells already belongs to a DataGridViewRow, or at least two values in cells are references to the same DataGridViewCell.
Clears all cells from the collection.
Throws:
InvalidOperationException The row that owns this DataGridViewCellCollection already belongs to a DataGridView control.
Determines whether the specified cell is contained in the collection.
Returns: Boolean. true if cell is in the collection; otherwise, false.
Copies the entire collection of cells into an array at a specified location within the array.
Returns the index of the specified cell.
Returns: Int32. The zero-based index of the value of cell parameter, if it is found in the collection; otherwise, -1.
Inserts a cell into the collection at the specified index.
Throws:
InvalidOperationException The row that owns this DataGridViewCellCollection already belongs to a DataGridView control, or cell already belongs to a DataGridViewRow.
Removes the specified cell from the collection.
Throws:
InvalidOperationException The row that owns this DataGridViewCellCollection already belongs to a DataGridView control.
ArgumentException cell could not be found in the collection.
Removes the cell at the specified index.
Throws:
InvalidOperationException The row that owns this DataGridViewCellCollection already belongs to a DataGridView control.
CollectionChangeEventHandler Fired when the collection changes.
Wisej.Web.DataGridViewCellMouseEventArgs
Wisej.Web.DataGridViewCellFormattingEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the event of a .
Initializes a new instance of the class.
Name | Type | Description |
---|
Throws:
columnIndex is less than -1 or rowIndex is less than -1.
Wisej.Web.DataGridViewCellEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for events related to cell and row operations.
Initializes a new instance of the class.
Name | Type | Description |
---|
Throws:
columnIndex is less than -1, or rowIndex is less than -1.
: Returns a value indicating the column index of the cell that the event occurs for.
The value in the Role property is taken from the "role" attribute of the clicked element inside the cell. You can detect clicks on custom HTML content by adding the role attribute to the custom element.
The in effect for the cell.
A for the display value type, or null to use the default converter.
A for the cell value type, or null to use the default converter.
Displays a button widget in a cell.
Displays a icon (not the actual control) in a cell.
Displays an editable control in a cell when in edit mode.
Displays an editable control in a cell when in edit mode.
Displays an image in a cell.
Displays a link widget in a cell.
Displays an editable control in a cell when in edit mode.
Displays an editable control in a cell when in edit mode.
Displays an editable control in a cell when in edit mode.
Represents a column header in a control.
Represents a row header of a control.
Defines an object that can invoke a .
style
Optional for the summary rows.
customSummary
Optional custom summary function, used when summaryType is .
Indicates the position of the .
style
Optional for the summary rows.
customSummary
Optional custom summary function, used when summaryType is .
style
Optional for the summary rows.
customSummary
Optional custom summary function, used when summaryType is .
Indicates the position of the .
style
Optional for the summary rows.
customSummary
Optional custom summary function, used when summaryType is .
style
Optional for the summary rows.
customSummary
Optional custom summary function, used when summaryType is .
Indicates the position of the .
style
Optional for the summary rows.
customSummary
Optional custom summary function, used when summaryType is .
style
Optional for the summary rows.
customSummary
Optional custom summary function, used when summaryType is .
Indicates the position of the .
style
Optional for the summary rows.
customSummary
Optional custom summary function, used when summaryType is .
The object that contains data for the to display.
dataMember
The name of the table or list in the data object for which the should load the data.
true to include the rows and columns with the property set to false.
One of the values.
One of the values.
One of the values.
One of the values.
One of the values.
One of the values.
One of the values.
One of the values.
One of the values.
One of the values.
One of the values.
selectAll
The object that contains data for the to display.
dataMember
The name of the table or list in the data object for which the should load the data.
The that contains the cell.
The of the column containing the cell.
The that contains the cell.
The of the column containing the cell.
The that contains the cell.
The of the column containing the cell.
The x coordinate relative to the control.
The y coordinate relative to the control.
The x, y coordinate relative to the control.
A that contains the event data.
The to scroll into view.
The to scroll into view.
One of or . Any other value is ignored and will use the least-effort alignment.
One of or . Any other value is ignored and will use the least-effort alignment.
One of or . Any other value is ignored and will use the least-effort alignment.
One of or . Any other value is ignored and will use the least-effort alignment.
One of or . Any other value is ignored and will use the least-effort alignment.
One of or . Any other value is ignored and will use the least-effort alignment.
One of or . Any other value is ignored and will use the least-effort alignment.
The to scroll into view.
The to scroll into view.
One of or . Any other value is ignored and will use the least-effort alignment.
One of or . Any other value is ignored and will use the least-effort alignment.
The to scroll into view.
The to scroll into view.
One of or . Any other value is ignored and will use the least-effort alignment.
The that contains the cell.
The of the column containing the cell.
state to set.
state to turn on or off.
The of the column containing the cell.
The that contains the cell.
The column by which to sort the contents of the .
One of the values.
An implementation of that performs the custom sorting operation.
Provides access to the property for coontrols that support the read-only mode.
All wisej controls derived from the class must implement this interface.
Name | Description |
---|---|
Name | Description |
---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
: Returns or sets the style of the cell that is being formatted.
: Returns the column index of the cell that is being formatted.
: Returns or sets whether the cell value has been successfully formatted.
: Returns the row index of the cell that is being formatted.
Name | Description |
---|
: Returns the location of the mouse or pointer event.
: Returns the internal role assigned to the element that generated the pointer event: checkbox, button, ...
: Returns a value indicating the row index of the cell that the event occurs for.
: Returns the x-coordinate of the mouse or touch event.
: Returns the y-coordinate of the mouse or touch event.
Name | Description |
---|
sender
The source of the event.
e
A DataGridViewCellCommandEventArgs that contains the event data.
Fired when the VirtualMode property of the DataGridView control is true and the DataGridView requires a command for a cell in order to execute a user action.
Fired when the VirtualMode property of the DataGridView control is true and a cell command has changed and requires storage in the underlying data source.
sender
The source of the event.
e
A DataGridViewCellContextMenuNeededEventArgs that contains the event data.
Fired when a cell's context menu is needed.
Represents the method that will handle the CellCommandNeeded event of a DataGridView.
Represents the method that will handle a CellContextMenuStripNeeded event of a DataGridView.
cell
A DataGridViewCell to add to the collection.
cells
The array of DataGridViewCell objects to add to the collection.
cells
The array of DataGridViewCell objects to add to the collection.
cell
A DataGridViewCell to locate in the collection.
array
The destination array to which the contents will be copied.
index
The index of the element in array at which to start copying.
cell
The cell to locate in the collection.
index
The zero-based index at which to place cell .
cell
The DataGridViewCell to insert.
cell
The DataGridViewCell to remove from the collection.
index
The zero-based index of the DataGridViewCell to be removed.
sender | The source of the event. |
e |
Fired when the value of a cell changes. |
Fired when the command of a cell changes. |
Fired when edit mode stops for the current cell. |
Fired when a cell loses input focus and is no longer the current cell. |
Occurs after the cell has finished validating. |
Fired when a row receives input focus but before it becomes the current row. |
Fired when a row loses input focus and is no longer the current row. |
Occurs after a row has finished validating. |
Fired when any part of a cell is clicked. |
Fired when the user double-clicks anywhere in a cell. |
Fired when the mouse pointer enters a cell. |
Fired when the mouse pointer leaves a cell. |
Fired when the user tabs past the last cell. |
Represents the method that will handle the CellErrorTextNeeded event of a DataGridView.
columnIndex
The index of the column containing the cell that the event occurs for.
rowIndex
The index of the row containing the cell that the event occurs for.
command
The current command or null.
columnIndex
The column index of cell that the event occurred for.
rowIndex
The row index of the cell that the event occurred for.
columnIndex
The column index of cell that the event occurred for.
rowIndex
The row index of the cell that the event occurred for.
x
The x-coordinate of the pointer relative to the cell.
y
The y-coordinate of the pointer relative to the cell.
row
The DataGridViewRow that owns the collection.
sender | The source of the event. |
e | A that contains the event data. |
Fired when the contents of a cell need to be formatted for display. |
sender | The source of the event. |
e | A that contains the event data. |
Fired when a cell's error text is needed. |
Represents the method that will handle mouse-related events raised by a . |
columnIndex | The column index of the cell that caused the event. |
rowIndex | The row index of the cell that caused the event. |
value | The cell's contents. |
desiredType | The type to convert value to. |
cellStyle | The style of the cell that caused the event. |
columnIndex | The index of the column containing the cell that the event occurs for. |
rowIndex | The index of the row containing the cell that the event occurs for. |
Wisej.Web.DataGridViewCellPaintEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents the method that will handle CellPaint events.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.DataGridViewCellParsingEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents the method that will handle a CellParsing event of a DataGridView.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.DataGridViewCellMouseEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents the method that will handle mouse-related events raised by a DataGridView.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.DataGridViewCellParsingEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the CellParsing event of a DataGridView control.
Initializes a new instance of the DataGridViewCellParsingEventArgs class.
Name | Type | Description |
---|---|---|
Int32: Returns the column index of the cell data that requires parsing.
DataGridViewCellStyle: Returns or sets the style applied to the edited cell.
Boolean: Returns or sets whether a cell's value has been successfully parsed.
Int32: Returns the row index of the cell that requires parsing.
Wisej.Web.DataGridViewCellStateChangedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the CellStateChanged event.
Initializes a new instance of the DataGridViewCellStateChangedEventArgs class.
Name | Type | Description |
---|---|---|
Throws:
ArgumentNullException cell is null.
DataGridViewCell: Returns the DataGridViewCell that has a changed state.
DataGridViewElementStates: Returns the state that has changed on the cell.
Wisej.Web.DataGridViewCellPaintEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for CellPaint event.
Initializes a new instance of the DataGridViewCellPaintEventArgs class.
Name | Type | Description |
---|---|---|
Throws:
ArgumentOutOfRangeException columnIndex is less than -1, or rowIndex is less than -1.
Int32: Returns a value indicating the column index of the cell that the event occurs for.
Int32: Returns a value indicating the row index of the cell that the event occurs for.
Wisej.Web.DataGridViewCellStyleContentChangedEventArgs
Wisej.Web.DataGridViewCellStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents the formatting and style information applied to individual cells within a control.
Initializes a new instance of the class using default property values.
: Returns or sets a value indicating the position of the cell content within a cell. (Default: NotSet
)
: Returns or sets the background color of a cell.
Throws:
You can use any CSS style string.
Throws:
Represents the method that will handle the event of a .
Represents the method that will handle events related to cell and row operations.
A that contains the event data.
Fired when the property of a changes.
Fired when the current cell changes in the control or when the control receives input focus.
Fired when the value of the property of a cell changes.
Fired when the value of the property of a cell changes.
Name | Description |
---|---|
Name | Description |
---|---|
Name | Description |
---|---|
: Returns or sets the background image displayed in a cell. (Default: null
)
: Returns or sets the background image alignment as defined in the enumeration. (Default: MiddleLeft
)
: Returns or sets the background image layout as defined in the enumeration. (Default: None
)
: Returns or sets the theme name or URL for the background image displayed in a cell. (Default: null
)
: Returns or sets the number of columns that this cell can use to render its content. (Default: 1
)
The value is lower than 1 or greater than 100.
: Returns or sets additional CSS class names to add to the .
: Returns or sets the custom CSS styles to apply to the .
: Returns or sets the value saved to the data source when the user enters a null value into a cell.
: Returns or sets the font applied to the textual content of a cell.
: Returns or sets the foreground color of a cell.
: Returns or sets the format string applied to the textual content of a cell.
: Returns or sets the object used to provide culture-specific formatting of cell values.
: Returns a value indicating whether the property has been set.
: Returns a value that indicates whether the property has been set.
: Returns a value indicating whether the property has been set.
: Returns or sets the cell display value corresponding to a cell value of or null.
: Returns or sets the space between the edge of a and its content.
: Returns or sets the number of rows that this cell can use to render its content. (Default: 1
)
The value is lower than 1 or greater than 100.
: Returns the scope (the type of object) that owns the cell style.
: Returns or sets an object that contains additional data related to the .
: Returns or sets whether textual content in a cell is wrapped to subsequent lines or truncated when it is too long to fit on a single line.
Creates an exact copy of this .
Returns: . A that represents an exact copy of this cell style.
Releases all resources used by the .
sender
The source of the event.
e
A DataGridViewCellPaintEventArgs that contains the event data.
Fired when a cell with the property UserPaint set to true needs to be drawn.
sender
The source of the event.
e
A DataGridViewCellParsingEventArgs that contains the event data.
Fired when a cell leaves edit mode if the cell value has been modified.
sender
The source of the event.
e
A DataGridViewCellMouseEventArgs that contains the event data.
Occurs whenever the user clicks anywhere on a cell with the mouse.
Fired when a cell within the DataGridView is double-clicked.
Fired when the mouse pointer moves over the DataGridView control.
Fired when the user presses a mouse button while the pointer is within the boundaries of a cell.
Fired when the user releases a mouse button while over a cell.
Fired when the user clicks within the boundaries of a row header.
Fired when a row header is double-clicked.
Fired when the user clicks a column header.
Fired when a column header is double-clicked.
Represents the method that will handle a CellParsing event of a DataGridView.
Represents the method that will handle the CellStateChanged event of a DataGridView.
Represents the method that will handle CellPaint events.
rowIndex
The row index of the cell that was changed.
columnIndex
The column index of the cell that was changed.
value
The new value.
desiredType
The type of the new value.
inheritedCellStyle
The style applied to the cell that was changed.
cell
The DataGridViewCell that has a changed state.
state
One of the DataGridViewElementStates values indicating the state that has changed on the cell.
columnIndex
The index of the column containing the cell that the event occurs for.
rowIndex
The index of the row containing the cell that the event occurs for.
graphics
The Graphics used to paint the item.
clipRect
The Rectangle that represents the rectangle in which to paint.
Represents the method that will handle the event of a . |
Cell | The style is applied to single cell. |
Column | The style is applied to column. |
ColumnHeader | The style is applied to a column header. |
DataGridView | The style is applied to the data grid control. |
None | The owning type is not specified. |
Row | The style is applied to a row. |
RowHeader | The style is applied to a row header. |
Returns the scope (the type of object) that owns the cell style. |
sender | The source of the event. |
e | A that contains the event data. |
Fired when a cell state changes, such as when the cell is selected or focused. |
Represents the method that handles the event of a . |
sender | The source of the event. |
e | A that contains the event data. |
Fired when one of the values of a cell style changes. |
Wisej.Web.DataGridViewCellValidatingEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the CellValidating event of a DataGridView control.
Int32: Returns the column index of the cell that needs to be validated.
Object: Return or sets the formatted contents of the cell that needs to be validated.
Int32: Returns the row index of the cell that needs to be validated.
Name | Description |
---|---|
Wisej.Web.DataGridViewCellToolTipTextNeededEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents the method that handles the CellToolTipTextNeeded event of a DataGridView.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.DataGridViewCellValidatingEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents the method that will handle the CellValidating event of a DataGridView control.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.DataGridViewCellValueEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the CellValueNeeded and CellValuePushed events of the DataGridView control.
Initializes a new instance of the DataGridViewCellValueEventArgs class.
Name | Type | Description |
---|---|---|
Throws:
ArgumentOutOfRangeException columnIndex is less than 0; or rowIndex is less than 0.
Int32: Returns a value indicating the column index of the cell that the event occurs for.
Int32: Returns a value indicating the row index of the cell that the event occurs for.
Object: Returns or sets the value of the cell that the event occurs for.
Wisej.Web.DataGridViewCheckBoxCell
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Displays a CheckBox icon (not the actual control) in a DataGridViewCell cell.
Object: Gets or sets the value that corresponds to false, which appears as an unchecked box. (Default: null
)
Type: Returns the type of the formatted value associated with the cell.
Object: Gets or sets the value that corresponds to indeterminate, which appears as an indeterminate box. (Default: null
)
Boolean: Returns or sets a value indicating if the checkbox cell supports three states. (Default: False
)
Object: Gets or sets the value that corresponds to true, which appears as checked box. (Default: null
)
Type: Returns or sets the data type of the values in the cell.
Converts a value to the actual cell value.
Returns: Object. The cell value.
Throws:
ArgumentNullException cellStyle is null.
FormatException The FormattedValueType property value is null or the ValueType property value is null or value cannot be converted.
ArgumentException value is null or the type of value does not match the type indicated by the FormattedValueType property.
Wisej.Web.DataGridViewCollectionChangeEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Extends the class to add the internal flag RecreateNewRow.
Provides data for the System.Data.DataColumnCollection.CollectionChanged event.
Name | Type | Description |
---|
Provides data for the System.Data.DataColumnCollection.CollectionChanged event.
Name | Type | Description |
---|
Name | Description |
---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
: Indicates whether the DataGridView should recreate the new automatic row when the collection changes.
sender
The source of the event.
e
A DataGridViewCellToolTipTextNeededEventArgs that contains the event data.
Fired when a cell's ToolTip text is needed.
sender
A reference to the event sender.
e
A DataGridViewCellValidatingEventArgs that contains the event data.
Fired when a cell loses input focus, enabling content validation.
Represents the method that will handle the CellValueNeeded event or CellValuePushed event of a DataGridView.
value
The display value of the cell.
cellStyle
The DataGridViewCellStyle in effect for the cell.
formattedTypeConverter
A TypeConverter for the display value type, or null to use the default converter.
valueTypeConverter
A TypeConverter for the cell value type, or null to use the default converter.
Defines an object that can invoke a Command.
Represents the method that will handle the CellValidating event of a DataGridView control.
columnIndex
The index of the column containing the cell that the event occurs for.
rowIndex
The index of the row containing the cell that the event occurs for.
value
The current value or null.
sender | The source of the event. |
e | A that contains the event data. |
Fired when the property of the control is true and the requires a value for a cell in order to format and display the cell. |
Fired when the property of the control is true and a cell value has changed and requires storage in the underlying data source. |
action | One of the System.ComponentModel.CollectionChangeAction values that specifies how the collection changed. |
element | The instance of the collection that changed. Usually when action = Refresh, element is null. |
action | One of the System.ComponentModel.CollectionChangeAction values that specifies how the collection changed. |
element | The instance of the collection that changed. Usually when action = Refresh, element is null. |
recreateNewRow | Indicates whether the grid should re-create the new automatic row. |
Wisej.Web.DataGridViewChildRowCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents a collection of DataGridViewRow objects that are childre of another DataGridViewRow.
DataGridViewRow: Returns the row at the specified index.
Throws:
ArgumentOutOfRangeException index is less than 0; or index is equal to or greater than the number of rows in the collection.
Determines whether the specified row is contained in the collection.
Returns: Boolean. true if row is in the collection; otherwise, false.
Copies the elements of the collection to the specified array, starting at the specified index.
Throws:
ArgumentNullException array is null.
ArgumentOutOfRangeException index is less than zero.
ArgumentException array is multidimensional; or the number of elements in the DataGridViewCellCollection is greater than the available space from index to the end of array .
InvalidCastException The DataGridViewCellCollection cannot be cast automatically to the type of array .
Returns the index of the specified element.
Returns: Int32. The zero-based index of the row parameter if it is found in the collection; otherwise, -1.
Wisej.Web.DataGridViewCheckBoxColumn
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents a DataGridView column that contains a collection of DataGridViewCheckBoxCell cells.
Initializes a new instance of the DataGridViewCheckBoxColumn class to the default state.
Initializes a new instance of the DataGridViewCheckBoxColumn class to the default state.
Name | Type | Description |
---|---|---|
DataGridViewCell: Returns or sets the template used to model cell appearance.
Throws:
InvalidOperationException The type is null.
InvalidCastException The set type is not compatible with type DataGridViewCheckBoxCell.
DataGridViewCellStyle: Returns or sets the column's default cell style.
Object: Gets or sets the value that corresponds to false, which appears as an unchecked box. (Default: null
)
This value is inherited by all the cells in the column that do not specify a value for this property. Throws:
InvalidOperationException The property CellTemplate is null.
Object: Gets or sets the value that corresponds to indeterminate, which appears as an indeterminate box. (Default: null
)
This value is inherited by all the cells in the column that do not specify a value for this property. Throws:
InvalidOperationException The property CellTemplate is null.
Boolean: Returns or sets a value indicating if the checkbox cells support three states. (Default: False
)
This value is inherited by all the cells in the column that do not specify a value for this property. Throws:
InvalidOperationException The property CellTemplate is null.
Object: Gets or sets the value that corresponds to true, which appears as a checked box. (Default: null
)
This value is inherited by all the cells in the column that do not specify a value for this property. Throws:
InvalidOperationException The property CellTemplate is null.
Wisej.Web.DataGridViewColumn
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents a column in a DataGridView control.
Initializes a new instance of the DataGridViewColumn class to the default state.
Initializes a new instance of the DataGridViewColumn class using an existing DataGridViewCell as a template.
Name | Type | Description |
---|---|---|
Boolean: Returns or sets a value indicating that the column can display HTML text. (Default: False
)
When AllowHtml is set to true, the text in the cell can contain HTML content. If the text contains new lines (CRLF) but doesn't contain HTML elements (at least one "<") all CRLF are automatically substituted with "<br/>".
Boolean: Returns or sets whether the ellipsis character (...) appears at the right edge of the header text denoting that the text extends beyond the size of the header. (Default: False
)
DataGridViewAutoSizeColumnMode: Gets or sets the mode by which the column automatically adjusts its width. (Default: NotSet
)
Throws:
InvalidOperationException The specified value when setting this property results in an InheritedAutoSizeMode value of ColumnHeader for a visible column when column headers are hidden; or the specified value when setting this property results in an InheritedAutoSizeMode value of Fill for a visible column that is frozen.
String: Returns or sets the name of the data source property or database column to which the Command is bound. (Default: ""
)
ContextMenu: Gets or sets the context menu for the column. (Default: null
)
DataGridView: Returns the DataGridView control associated with this element.
String: Returns or sets the name of the data source property or database column to which the DataGridViewColumn is bound. (Default: ""
)
DataGridViewCellStyle: Returns or sets the column's default cell style.
Int32: Returns or sets the display order of the column relative to the currently displayed columns.
Throws:
ArgumentOutOfRangeException DataGridView is not null and the specified value when setting this property is less than 0 or greater than or equal to the number of columns in the control; or DataGridView is null and the specified value when setting this property is less than -1; or the specified value when setting this property is equal to MaxValue.
Control: Returns or sets the editor component used to edit cells in this column.
Single: Returns or sets a value that represents the width of the column when it is in fill mode relative to the widths of other fill-mode columns in the control. (Default: 100
)
Throws:
ArgumentOutOfRangeException The specified value when setting this property is less than or equal to 0.
Boolean: Returns or sets whether a column will move when a user scrolls the DataGridView control horizontally. (Default: False
)
Boolean: Check if the component defines any responsive profile without forcing the creation of the collection.
DataGridViewColumnHeaderCell: Returns or sets the DataGridViewColumnHeaderCell that represents the column header.
Image: Returns or sets the image that is displayed in a column header.
String: Returns or sets the theme name or URL for the image to display in the column header.
DataGridViewCellStyle: Returns or sets the column's header style.
String: Returns or sets the caption text on the column's header cell.
DataGridViewAutoSizeColumnMode: Returns the sizing mode in effect for the column.
DataGridViewColumnSortMode: Returns the sort mode in effect for the column.
Boolean: Gets a value indicating whether the column is bound to a data source.
Boolean: Returns true when the implementation class is DataGridViewRow.
Int32: Returns or sets the maximum width, in pixels, of the column. (Default: 32000
)
Throws:
ArgumentOutOfRangeException The value is less than 0 or greater than 32000.
Int32: Returns or sets the minimum width, in pixels, of the column. (Default: 10
)
Throws:
ArgumentOutOfRangeException The value is less than 2 or greater than 32000.
DataGridViewTriState: Returns or sets whether the user can move the column.
Setting this property to NotSet inherits the value of AllowUserToOrderColumns. Otherwise the value of this property overrides the behavior determined in AllowUserToOrderColumns.
String: Returns or sets the name of the column.
Boolean: Returns or sets whether the user can edit the column's cells. (Default: False
)
Throws:
InvalidOperationException This property is set to false for a column that is bound to a read-only data source.
DataGridViewTriState: Returns or sets whether the column is resizable.
Boolean: Returns or sets whether the column is selected.
Boolean: Returns or sets whether the column should be included in the visibility menu. (Default: True
)
DataGridViewColumnSortMode: Returns or sets the sort mode for the column. (Default: NotSet
)
String: Returns or sets the text used for ToolTips. (Default: ""
)
Boolean: Enables or disables the user paint feature for all the cells in this column. When UserPaint is true, the application can handle the CellPaint event to draw custom content in each cell. (Default: False
)
Type: Returns or sets the data type of the values in the column's cells.
Boolean: Returns or sets whether the column is visible. (Default: True
)
Int32: Returns or sets the current width of the column.
Throws:
ArgumentOutOfRangeException The specified value when setting this property is greater than 65536.
Returns: Object. An Object that represents the cloned DataGridViewColumn.
Resets the width to the default value.
Updates the component on the client.
EventHandler Fired when the DataGridViewColumn is disposed.
Wisej.Web.DataGridViewColumnEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for column-related events of a .
Initializes a new instance of the class.
Name | Type | Description |
---|
Throws:
column is null.
: Returns the column that the event occurs for.
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
Name | Description |
---|---|
Name | Description |
---|---|
Name | Description |
---|
row
The DataGridViewRow to locate in the DataGridViewSelectedRowCollection.
array
The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing.
index
The zero-based index in the array at which copying begins.
row
The DataGridViewRow to locate in the collection.
All wisej components implement this interface.
Allows an object to serialize itself.
Represents a DataGridView column that contains a collection of DataGridViewButtonCell cells.
Represents a DataGridView column that contains a collection of DataGridViewCheckBoxCell cells.
Represents a DataGridView column that contains a collection of DataGridViewComboBoxCell cells.
Represents a DataGridView column that contains a collection of DataGridViewDateTimePickerCell cells.
Represents a DataGridView column that contains a collection of DataGridViewImageCell cells.
Represents a DataGridView column that contains a collection of DataGridViewLinkCell cells.
Represents a DataGridView column that contains a collection of DataGridViewTextBoxCell cells.
Represents a DataGridView column that contains a collection of DataGridViewNumericUpDownCell cells.
Represents a DataGridView column that contains a collection of DataGridViewTextBoxCell cells.
All wisej components implement this interface.
Allows an object to serialize itself.
sender | The source of the event. |
e |
Fired when a column is added to the control. |
Fired when a column is removed from the control. |
cellTemplate
An existing DataGridViewCheckBoxCell to use as a template.
cellTemplate
An existing DataGridViewCell to use as a template.
column | The column that the event occurs for. |
AutoSize | The column header height adjusts to fit the contents of all the column header cells. |
DisableResizing | Users cannot adjust the column header height with the pointer. |
EnableResizing | Users can adjust the column header height with the pointer. |
Returns or sets whether the height of the column headers is adjustable and whether it can be adjusted by the user or is automatically adjusted to fit the contents of the headers. Since 3.0.13 |
Wisej.Web.DataGridViewColumnHeaderCell
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents a column header in a DataGridView control.
String: This property is not relevant for this class.
SortOrder: Returns or sets a value indicating which sort glyph is displayed.
Throws:
InvalidOperationException When setting this property, the value of either the OwningColumn property or the DataGridView property of the cell is null. or When changing the value of this property, the specified value is not None and the value of the SortMode property of the owning column is NotSortable.
Returns the style applied to the column header cell.
Returns: DataGridViewCellStyle. A DataGridViewCellStyle that includes the style of the column header cell and the style inherited from the DataGridView.
Throws:
InvalidOperationException The cell has no associated DataGridView.
Wisej.Web.DataGridViewClipboardCopyMode
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Defines how content is copied from a DataGridView control to the Clipboard.
Name | Description |
---|---|
Name | Description |
---|---|
Wisej.Web.DataGridViewColumnStateChangedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the event.
Initializes a new instance of the class.
Name | Type | Description |
---|
: Returns the column whose state changed.
: Returns the new column state.
Wisej.Web.DataGridViewComboBoxCell
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Displays an editable control in a cell when in edit mode.
: Returns or sets how automatic completion works for the . (Default: None
)
Throws:
Throws:
Throws:
Throws:
Throws:
Throws:
Converts a value to the actual cell value.
Throws:
Wisej.Web.DataGridViewColumnCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents a collection of objects in a control.
Initializes a new instance of the class for the given .
Name | Type | Description |
---|
: Returns the column at the given index in the collection.
Throws:
Throws:
Throws:
Throws:
Throws:
Throws:
Throws:
Adds a range of columns to the collection.
Throws:
Clears the collection.
Throws:
Clears the collection and disposes the columns.
Copies the items from the collection to the given array.
Returns the number of columns that match the includeFilter .
Throws:
Returns the width, in pixels, required to display all of the columns that meet the includeFilter .
Throws:
Throws:
Throws:
Throws:
Throws:
Throws:
Throws:
Throws:
Throws:
Throws:
Moves the specified column to the new newIndex .
Represents the method that will handle column-related events of a .
A that contains the event data.
Fired when the value the property for a column changes.
Fired when the value of the property for a column changes.
Fired when the value of the property for a column changes.
Fired when the value of the property for a column changes.
Fired when the value of the property changes.
Fired when the property changes.
Fired when the property changes.
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
Name | Description |
---|
: Returns or sets whether the cell editor modifies the case of characters as they are typed. (Default: Normal
)
: Returns or sets the data source that contains the possible selections shown in the drop-down list.
The specified value when setting this property is not null and is not of type nor .
: Returns or sets the name of the property or column from which to retrieve the text to display in the combo box cell. (Default: ""
)
The property is not null and the specified value when setting this property is not null or and does not name a valid property or column in the data source.
: Returns or sets the style of the combo box. (Default: DropDown
)
: Returns the type of the cell's hosted editing control.
: Returns or sets the name of the property or column from which to get the icon to use in the drop-down list. (Default: ""
)
The property is not null and the specified value when setting this property is not null or and does not name a valid property or column in the data source.
: Returns or sets whether items are selected incrementally as the user types within a timeout of 1 second. (Default: True
)
: Returns the collection of the items contained in this .
: Enables or disables lazy loading mode for the cell editor control. (Default: False
)
: Returns or sets the maximum number of characters that can be entered into the editable part of the combo box control. (Default: 0
)
The value is less than 0.
: Returns or sets if the items in the combo box editor are automatically sorted. (Default: False
)
An attempt was made to sort a cell that is attached to a data source.
: Returns the instance of associated with this cell.
: Returns or sets the name of the property or column from which to get the value that correspond to the selections in the drop-down list. (Default: ""
)
The property is not null and the specified value when setting this property is not null or and does not name a valid property or column in the data source.
: Returns or sets the data type of the values in the cell.
: Enables or disables virtual scrolling mode for the cell editor control. (Default: False
)
: Returns or sets the text to show when the control is empty.
Parameter | Type | Description |
---|
Returns: . The cell value.
cellStyle is null.
The property value is null or the property value is null or value cannot be converted.
value is null or the type of value does not match the type indicated by the property.
Fired when the collection changes.
Name | Description |
---|
index is less than zero or greater than the number of columns in the collection minus one.
: Returns the column of the given name in the collection.
name is null.
Adds the given to the collection.
Parameter | Type | Description |
---|
Returns: . The index of the column.
column is null.
The associated control is performing one of the following actions that temporarily prevents new columns from being added: - Selecting all cells in the control. - Clearing the selection.Updating column property values. Or this method is being called from a handler for one of the following events: - - - - - - - -
Adds a with the given column name to the collection.
Parameter | Type | Description |
---|
Returns: . The index of the column.
The associated control is performing one of the following actions that temporarily prevents new columns from being added: - Selecting all cells in the control. - Clearing the selection.Updating column property values. Or this method is being called from a handler for one of the following events: - - - - - - - -
Adds a with the given column name and call value type to the collection.
Parameter | Type | Description |
---|
Returns: . The index of the column.
The associated control is performing one of the following actions that temporarily prevents new columns from being added: - Selecting all cells in the control. - Clearing the selection.Updating column property values. Or this method is being called from a handler for one of the following events: - - - - - - - -
Adds a with the given column name and column header text to the collection.
Parameter | Type | Description |
---|
Returns: . The index of the column.
The associated control is performing one of the following actions that temporarily prevents new columns from being added: - Selecting all cells in the control. - Clearing the selection.Updating column property values. Or this method is being called from a handler for one of the following events: - - - - - - - -
Adds a with the given column name, column header text, and cell value type to the collection.
Parameter | Type | Description |
---|
Returns: . The index of the column.
The associated control is performing one of the following actions that temporarily prevents new columns from being added: - Selecting all cells in the control. - Clearing the selection.Updating column property values. Or this method is being called from a handler for one of the following events: - - - - - - - -
Parameter | Type | Description |
---|
newColumns is null.
The associated control is performing one of the following actions that temporarily prevents new columns from being added: - Selecting all cells in the control. - Clearing the selection.Updating column property values. Or this method is being called from a handler for one of the following events: - - - - - - - -
The associated control is performing one of the following actions that temporarily prevents new columns from being added: - Selecting all cells in the control. - Clearing the selection.Updating column property values. Or this method is being called from a handler for one of the following events: - - - - - - - -
Parameter | Type | Description |
---|
Determines whether the collection contains the given .
Parameter | Type | Description |
---|
Returns: . true if the given column is in the collection; otherwise, false.
Determines whether the collection contains the given .
Parameter | Type | Description |
---|
Returns: . true if the given column is in the collection; otherwise, false.
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Returns: . The number of columns that match the filter.
includeFilter is not a valid combination of values.
Parameter | Type | Description |
---|
Returns: . The width, in pixels, that is necessary to display all of the columns that match the filter.
includeFilter is not a valid combination of values.
Returns the first in display order that matches the includeFilter and excludeFilter .
Parameter | Type | Description |
---|
Returns: . The first in display order that matches the given filters, or null if no column is found.
At least one of the filter values is not a valid combination of values.
Returns the last in display order that matches the includeFilter and excludeFilter .
Parameter | Type | Description |
---|
Returns: . The last displayed in display order that matches the specified filters, or null if no column is found.
At least one of the filter values is not a valid combination of values.
Returns the first after the given column in display order that matches the includeFilter and excludeFilter .
Parameter | Type | Description |
---|
Returns: . The next that matches the filters, or null if no column is found.
startColumn is null.
At least one of the filter values is not a valid combination of values.
Returns the last prior to the given column in display order that matches the includeFilter and excludeFilter .
Parameter | Type | Description |
---|
Returns: . The previous column that matches the given filters, or null if no column is found.
startColumn is null.
At least one of the filter values is not a valid combination of values.
Returns the index of the given in the collection.
Parameter | Type | Description |
---|
Returns: . The index of the given .
Returns the index of the with the specified name from the collection.
Parameter | Type | Description |
---|
Returns: . The index of the given .
name is null.
Inserts a at the given index in the collection.
Parameter | Type | Description |
---|
column is null.
The associated control is performing one of the following actions that temporarily prevents new columns from being added:Selecting all cells in the control.Clearing the selection.Updating column property values; or this method is being called from a handler for one of the following events: or column already belongs to a control; or the column property value is and the property value is or . Use the control and methods to temporarily set conflicting property values; or the column property value is and the property value is false; or column has an property value of and a property value of true; or column has and property values that would display it among a set of adjacent columns with the opposite property value; or the control contains at least one row and column has a property value of null.
Removes the specified from the collection.
Parameter | Type | Description |
---|
column is not in the collection.
column is null.
The associated control is performing one of the following actions that temporarily prevents new columns from being added:Selecting all cells in the control.Clearing the selection.Updating column property values; or this method is being called from a handler for one of the following events:
Removes the with the specified name from the collection.
Parameter | Type | Description |
---|
name does not match the name of any column in the collection.
name is null.
The associated control is performing one of the following actions that temporarily prevents new columns from being added:Selecting all cells in the control.Clearing the selection.Updating column property values; or this method is being called from a handler for one of the following events:
Removes the at the given index in the collection.
Parameter | Type | Description |
---|
index is less than zero or greater than the number of columns in the control minus one.
The associated control is performing one of the following actions that temporarily prevents new columns from being added: - Selecting all cells in the control. - Clearing the selection.Updating column property values. Or this method is being called from a handler for one of the following events: - - - - - - - -
Parameter | Type | Description |
---|
This method updates both the column's index in the column collection and the display index without firing the event.
Fired when the collection changes.
includeVisualProperties
true to include inherited visual properties; otherwise, false to include only formatting properties.
Defines an object that can invoke a Command.
CopyToClient
The text copied to the clipboard is also always sent to the client's clipboard automatically.
Disable
Copying to the Clipboard is disabled.
EnableAlwaysIncludeHeaderText
The text values of selected cells is copied to the Clipboard. The text in the header is included.
EnableWithAutoHeaderText
The text values of selected cells is copied to the Clipboard. The text in the row header or column header is included only when the SelectionMode property is set to RowHeaderSelect or ColumnHeaderSelect or RowColumnHeaderSelect and at least one header is selected.
EnableWithoutHeaderText
The text values of selected cells is copied to the Clipboard. The text in the header is not included.
ExcludeUnselectedColumns
Excludes the unselected columns in between the first and last selected columns.
ExcludeUnselectedRows
Excludes the unselected rows in between the first and last selected rows.
Returns or sets a value that indicates whether users can copy cell text values to the Clipboard and whether row and column header text is included.
value | The display value of the cell. |
cellStyle |
formattedTypeConverter |
valueTypeConverter |
column |
name | The name by which the column will be referred. |
name | The name by which the column will be referred. |
valueType |
name | The name by which the column will be referred. |
caption | The text for the column's header. |
name | The name by which the column will be referred. |
caption | The text for the column's header. |
valueType |
newColumns |
dispose |
column |
name | The name of the column to look for. |
array |
index | The index of the destination array at which to start copying. |
includeFilter |
includeFilter |
startColumn | The column from which to start searching for the next column. |
startColumn | The column from which to start searching for the previous column. |
column |
name | The name of the column to find. |
index | The zero-based index at which to insert the given column. |
column |
column | The column to delete. |
name | The name of the column to delete. |
index | The index of the column to delete. |
column | Column to move to the new newIndex . |
newIndex | New index and display index of the column . |
Automatic | The user can sort the column by clicking the column header unless the column headers are used for selection. A sorting glyph will be displayed automatically. |
NotSortable | The column can only be sorted programmatically. |
Programmatic | The column can only be sorted programmatically, and a sorting glyph will be displayed automatically. |
Returns or sets the default for all columns when the property is set to (default). |
column |
state |
Automatic | The user can sort the column by clicking the column header unless the column headers are used for selection. A sorting glyph will be displayed automatically. |
NotSet | The sorting behavior of the column is inherited from the property. |
NotSortable | The column can only be sorted programmatically. |
Programmatic | The column can only be sorted programmatically, and a sorting glyph will be displayed automatically. |
Returns the sort mode in effect for the column. |
Returns or sets the sort mode for the column. |
sender | The source of the event. |
e | A that contains the event data. |
Fired when a column changes state, such as becoming visible. |
dataGrid |
Wisej.Web.DataGridViewDataErrorEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents the method that will handle the DataError event of a DataGridView.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.DataGridViewContentAlignment
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Defines constants that indicate the alignment of content within a DataGridView cell.
Name | Description |
---|---|
Name | Description |
---|---|
Wisej.Web.DataGridViewDataErrorEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the DataError event.
Initializes a new instance of the DataGridViewDataErrorEventArgs class.
Name | Type | Description |
---|---|---|
Exception: Returns the exception that represents the error.
Boolean: Returns or sets whether to throw the exception after the DataGridViewDataErrorEventHandler delegate is finished with it.
Throws:
ArgumentException When setting this property to true, the Exception property value is null.
Wisej.Web.DataGridViewComboBoxEditingControl
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents a ComboBox control that can be hosted in a DataGridViewComboBoxCell.
Initializes a new instance of the DataGridViewComboBoxEditingControl class.
DataGridView: Returns or sets the DataGridView that contains the text box control.
Changes the control's user interface (UI) to be consistent with the specified cell style.
Retrieves the formatted value of the cell.
Returns: String. An String that represents the formatted version of the cell contents.
Prepares the currently selected cell for editing.
Wisej.Web.DataGridViewComboBoxCell ObjectCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents the collection of items in a DataGridViewComboBoxCell cell.
Int32: Returns the number of items in the collection.
Boolean: Returns a value indicating whether this collection can be modified.
Object: Retrieves the item at the specified index within the collection.
Throws:
ArgumentOutOfRangeException The index was less than zero; or the index was greater of equal to the count of items in the collection.
Adds an item to the list of items for a DataGridViewComboBoxColumn.
Returns: Int32. The zero-based index of the item in the collection.
Throws:
ArgumentNullException The item parameter was null.
Adds a collection of items to the list.
Removes all items from the DataGridViewComboBoxColumn.
Determines if the specified item is located within the collection.
Returns: Boolean. true if the item is located within the collection; otherwise, false.
Copies the entire collection into an existing array of objects at a specified location within the array.
Returns an enumerator that can be used to iterate through the item collection.
Returns: IEnumerator. A IEnumerator that represents the item collection.
Retrieves the index within the collection of the specified item.
Returns: Int32. The zero-based index where the item is located within the collection; otherwise, -1.
Throws:
ArgumentNullException The value parameter was null.
Inserts an item into the collection at the specified index.
Throws:
ArgumentNullException The item was null.
ArgumentOutOfRangeException The index was less than zero; or the index was greater than the count of items in the collection.
Removes the specified item from the DataGridViewComboBoxColumn.
Removes an item from the DataGridViewComboBoxColumn at the specified index.
Throws:
ArgumentOutOfRangeException The index parameter was less than zero, or the index parameter was greater than or equal to the count of items in the collection.
CollectionChangeEventHandler Fired when the collection changes.
Wisej.Web.DataGridViewDataReadEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the event.
Initializes a new instance of the class.
Name | Type | Description |
---|
: Returns the index of the first row requested by the grid.
: Returns the index of the last row requested by the grid.
Wisej.Web.DataGridViewDataUpdatedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the event.
Initializes a new instance of the class.
Name | Type | Description |
---|
: The index of the first that has been loaded on the client.
: The index of the last that has been loaded on the client.
Wisej.Web.DataGridViewDateTimePickerCell
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Displays an editable control in a cell when in edit mode.
: Returns or sets the custom date/time format string.
See for the supported format definitions.
Throws:
Throws:
Wisej.Web.DataGridViewComboBoxColumn
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents a column that contains a collection of cells.
Initializes a new instance of the class to the default state.
Initializes a new instance of the class to the default state.
Name | Type | Description |
---|
Throws:
Throws:
Throws:
Throws:
Represents the method that will handle the event of a .
The in effect for the cell.
A for the display value type, or null to use the default converter.
A for the cell value type, or null to use the default converter.
Defines an object that can invoke a .
The to add.
The of the values in the cells.
The of the values in the cells.
An array of objects to add.
The to look for.
The destination array.
A combination of the values for inclusion.
A combination of the values for inclusion.
includeFilter
A combination of the values for inclusion.
excludeFilter
A combination of the values for exclusion.
includeFilter
A combination of the values for inclusion.
excludeFilter
A combination of the values for exclusion.
includeFilter
A combination of the values for inclusion.
excludeFilter
A combination of the values for exclusion.
includeFilter
A combination of the values for inclusion.
excludeFilter
A combination of the values for exclusion.
The to return the index of.
The to insert.
The whose state has changed.
One of the values.
The that created this collection.
Name | Description |
---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|
Name | Description |
---|
: Returns the type of the cell's hosted editing control.
: Returns or sets the format of the date/time value displayed in the control. (Default: DateTime
)
: Returns or sets the maximum date and time that can be selected in the control.
The value assigned is not less than the value (12/31/9998).
The value assigned is less than the value (01/01/1753).
: Returns or sets the minimum date and time that can be selected in the control.
The value assigned is not less than the value (12/31/9998).
The value assigned is less than the value (01/01/1753).
: Returns or sets a value indicating if a spin button control (up-down control) is displayed and can be used to adjust the date/time value. (Default: False
)
: Returns the instance of associated with this cell.
: Returns or sets the data type of the values in the cell.
Name | Description |
---|
: Returns or sets how automatic completion works for the . (Default: None
)
: Returns or sets the template used to model cell appearance.
The type is null.
The set type is not compatible with type .
: Returns or sets whether the cell editor modifies the case of characters as they are typed. (Default: Normal
)
: Returns or sets the data source that populates the selections for the combo boxes. (Default: null
)
: Returns or sets the name of the property or column from which to retrieve the text to display in the combo box cell. (Default: ""
)
: Returns or sets the drop down style of the combo box. (Default: DropDown
)
: Returns or sets the name of the property or column from which to get the icon to use in the drop-down list. (Default: ""
)
: Returns or sets whether items are selected incrementally as the user types within a timeout of 1 second. (Default: True
)
: Returns the collection of the items contained in this .
The value of the property is null.
: Enables or disables lazy loading mode for the cell editor control. (Default: False
)
: Returns or sets the maximum number of characters that can be entered into the editable part of the combo box control. (Default: 0
)
The value of the property is null.
: Returns or sets if the items in the combo box editor are automatically sorted. (Default: False
)
An attempt was made to sort a cell that is attached to a data source.
: Returns the instance of associated with this control.
: Returns or sets the name of the property or column from which to get the value that correspond to the selections in the drop-down list. (Default: ""
)
: Returns or sets the data type of the values in the column's cells.
: Enables or disables virtual scrolling mode for the cell editor control. (Default: False
)
: Returns or sets the text to show when the textbox is empty. (Default: null
)
Name | Description |
---|
sender
The source of the event.
e
A DataGridViewDataErrorEventArgs that contains the event data.
Fired when a data parsing or data validation operation throws an exception, or when committing data to a data source fails.
BottomCenter
The content is aligned vertically at the bottom and horizontally at the center of a cell.
BottomLeft
The content is aligned vertically at the bottom and horizontally at the left of a cell.
BottomRight
The content is aligned vertically at the bottom and horizontally at the right of a cell.
MiddleCenter
The content is aligned at the vertical and horizontal center of a cell.
MiddleLeft
The content is aligned vertically at the middle and horizontally at the left of a cell.
MiddleRight
The content is aligned vertically at the middle and horizontally at the right of a cell.
NotSet
The alignment is not set.
TopCenter
The content is aligned vertically at the top and horizontally at the center of a cell.
TopLeft
The content is aligned vertically at the top and horizontally at the left of a cell.
TopRight
The content is aligned vertically at the top and horizontally at the right of a cell.
Gets or sets the alignment of the image in the cell.
Gets or sets the image alignment in the cells for the column.
Returns or sets a value indicating the position of the cell content within a DataGridViewCell cell.
Represents the method that will handle the DataError event of a DataGridView.
style
The DataGridViewCellStyle to use as the model for the UI.
selectAll
true to select the cell contents; otherwise, false.
Defines common functionality for controls that are hosted within cells of a DataGridView.
Bindable components implement this interface.
Controls that support drag & drop operations implement this interface.
Provides access to the LabelWrapper associated with the controls that implement this interface.
Provides access to the ReadOnly property for coontrols that support the read-only mode.
Provides access to the Modified property and ModifiedChanged event for controls that implement this interface.
Provides access to the validation events and properties property for controls that support validation.
All wisej components implement this interface.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.
item
An object representing the item to add to the collection.
items
Collection of items to add to the list.
value
An object representing the item to locate in the collection.
destination
The object array to copy the collection to.
index
The location in the destination array to copy the collection to.
value
An object representing the item to locate in the collection.
index
The zero-based index location where the item is inserted.
item
An object representing the item to insert.
value
The Object to remove from the list.
index
The index of the item to remove.
All wisej components implement this interface. |
Allows an object to serialize itself. |
exception
The exception that occurred.
columnIndex
The column index of the cell that raised the DataError.
rowIndex
The row index of the cell that raised the DataError.
sender | The source of the event. |
e | A that contains the event data. |
Fired when the client has updated one or more rows in the grid. |
firstIndex | Index of the first row. |
lastIndex | Index of the last row. |
firstRow | The index of the first row that has been updated on the client. |
lastRow | The index of the last row that has been updated on the client. |
cellTemplate |
Wisej.Web.DataGridViewDataReadEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents the method that will handle the DataRead event.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.DataGridViewEditingControlShowingEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents the method that will handle the EditingControlShowing event of a DataGridView.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.DataGridViewEditingControlShowingEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the EditingControlShowing event.
DataGridViewCellStyle: Returns or sets the cell style of the edited cell.
Control: The control shown to the user for editing the selected cell's value.
Name | Description |
---|---|
Wisej.Web.DataGridViewEditMode
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Specifies how a user starts cell editing in the DataGridView control.
Name | Description |
---|---|
Name | Description |
---|---|
Wisej.Web.DataGridViewDateTimePickerEditingControl
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents a DateTimePicker control that can be hosted in a DataGridViewDateTimePickerCell.
DataGridView: Returns or sets the DataGridView that contains the text box control.
Adapts the edit control's properties to be consistent with the specified cell style.
Retrieves the formatted value of the cell.
Returns: String. An String that represents the formatted version of the cell contents.
Prepares the edit control for editing.
Wisej.Web.DataGridViewDateTimePickerColumn
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents a DataGridView column that contains a collection of DataGridViewDateTimePickerCell cells.
Initializes a new instance of the DataGridViewDateTimePickerColumn class to the default state.
Initializes a new instance of the DataGridViewDateTimePickerColumn class to the default state.
Name | Type | Description |
---|---|---|
DataGridViewCell: Returns or sets the template used to model cell appearance.
Throws:
InvalidOperationException The type is null.
InvalidCastException The set type is not compatible with type DataGridViewDateTimePickerCell.
String: Returns or sets the custom date/time format string. (Default: ""
)
See Custom Date and Time Format Strings for the supported format definitions.
DataGridViewCellStyle: Returns or sets the column's default cell style.
DateTimePickerFormat: Returns or sets the format of the date/time value displayed in the control. (Default: DateTime
)
This value is inherited by all the cells in the column that do not specify a value for this property. Throws:
InvalidOperationException The value of the CellTemplate property is null.
DateTime: Returns or sets the maximum date and time that can be selected in the control.
This value is inherited by all the cells in the column that do not specify a value for this property. Throws:
ArgumentException The value assigned is not less than the MaximumDate value (12/31/9998).
SystemException The value assigned is less than the MinimumDateTime value (01/01/1753).
InvalidOperationException The value of the CellTemplate property is null.
DateTime: Returns or sets the minimum date and time that can be selected in the control.
This value is inherited by all the cells in the column that do not specify a value for this property. Throws:
ArgumentException The value assigned is not less than the MaximumDate value (12/31/9998).
SystemException The value assigned is less than the MinimumDateTime value (01/01/1753).
InvalidOperationException The value of the CellTemplate property is null.
Boolean: Returns or sets a value indicating if a spin button control (up-down control) is displayed and can be used to adjust the date/time value. (Default: False
)
This value is inherited by all the cells in the column that do not specify a value for this property. Throws:
InvalidOperationException The value of the CellTemplate property is null.
ComponentToolCollection: Returns the instance of ComponentToolCollection associated with this control.
Wisej.Web.DataGridViewElement
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides the base class for elements of a DataGridView control.
Initializes a new instance of DataGridViewElement.
DataGridView: Returns the DataGridView control associated with this element.
DataGridViewElementStates: Returns the user interface (UI) state of the element.
Releases all resources used by the DataGridViewElement.
Wisej.Web.DataGridViewLinkCell
Wisej.Web.DataGridViewHeaderCell
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Contains functionality common to row header cells and column header cells.
:
Throws:
Throws:
Creates a copy of this cell.
Returns a value indicating the current state of the cell as inherited from the state of its row or column.
Throws:
Represents the method that will handle the event.
Represents the method that will handle the event of a .
Defines an object that can invoke a .
An existing to use as a template.
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
Name | Description |
---|---|
Name | Description |
---|---|
: Gets or sets the alignment of the image in the cell.
: Gets or sets the layout of the image in the cell.
: Returns the data type of the values in the cell.
Name | Description |
---|
: Returns or sets the color used when displaying a normal link.
: Gets or sets a value indicating if the link in the cell uses the owning column's text instead of the value of the cell. (Default: False
)
: Returns or sets the data type of the values in the cell.
Name | Description |
---|
: Returns a value indicating whether the cell is frozen.
: Returns a value indicating whether the header cell is read-only.
An operation tries to set this property.
: Returns a value indicating whether the cell is resizable.
: Returns or sets whether the cell is selected.
This property is being set.
: Returns the type of the value stored in the cell.
: Returns a value indicating whether or not the cell is visible.
Returns: . The cloned .
Parameter | Type | Description |
---|
Returns: . A combination of values representing the current state of the cell.
The cell is a row header cell, the cell is not contained within a control, and rowIndex is not -1.- or -The cell is a row header cell, the cell is contained within a control, and rowIndex is outside the valid range of 0 to the number of rows in the control minus 1.- or -The cell is a row header cell and rowIndex is not the index of the row containing this cell.
The cell is a column header cell or the control's and rowIndex is not -1.
Name | Description |
---|
Name | Description |
---|
sender
The source of the event.
e
A DataGridViewDataReadEventArgs that contains the event data.
Occurs when the client requests a set of rows from the server.
sender
The source of the event.
e
A DataGridViewEditingControlShowingEventArgs that contains the event data.
Fired when a control for editing a cell is showing.
EditOnEnter
Editing begins when the cell receives focus. This mode is useful when pressing the TAB key to enter values across a row, or when pressing the ENTER key to enter values down a column.
EditOnF2
Editing begins when F2 is pressed while the cell has focus. This mode places the selection point at the end of the cell contents.
EditOnKeystroke
Editing begins when any alphanumeric key is pressed while the cell has focus.
EditOnKeystrokeOrF2
Editing begins when any alphanumeric key or F2 is pressed while the cell has focus.
EditProgrammatically
Editing begins only when the BeginEdit method is called.
Returns or sets a value indicating how to begin editing a cell.
style
The DataGridViewCellStyle in effect for the cell entering edit mode.
selectAll
true to select the cell contents; otherwise, false.
Defines common functionality for controls that are hosted within cells of a DataGridView.
Bindable components implement this interface.
Controls that support drag & drop operations implement this interface.
Provides access to the LabelWrapper associated with the controls that implement this interface.
Provides access to the ReadOnly property for coontrols that support the read-only mode.
Provides access to the Modified property and ModifiedChanged event for controls that implement this interface.
Provides access to the validation events and properties property for controls that support validation.
All wisej components implement this interface.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.
All wisej components implement this interface.
Allows an object to serialize itself.
Displays a button widget in a DataGridViewCell cell.
Represents a DataGridView column that contains a collection of DataGridViewButtonCell cells.
Displays a CheckBox icon (not the actual control) in a DataGridViewCell cell.
Represents a DataGridView column that contains a collection of DataGridViewCheckBoxCell cells.
Represents a column in a DataGridView control.
Displays an editable ComboBox control in a DataGridViewCell cell when in edit mode.
Represents a DataGridView column that contains a collection of DataGridViewComboBoxCell cells.
Displays an editable DateTimePicker control in a DataGridViewCell cell when in edit mode.
Represents a DataGridView column that contains a collection of DataGridViewDateTimePickerCell cells.
Displays an image in a DataGridViewCell cell.
Represents a DataGridView column that contains a collection of DataGridViewImageCell cells.
Displays a link widget in a DataGridViewCell cell.
Represents a DataGridView column that contains a collection of DataGridViewLinkCell cells.
Displays an editable MaskedTextBox control in a DataGridViewCell cell when in edit mode.
Represents a DataGridView column that contains a collection of DataGridViewTextBoxCell cells.
Displays an editable NumericUpDown control in a DataGridViewCell cell when in edit mode.
Represents a DataGridView column that contains a collection of DataGridViewNumericUpDownCell cells.
Displays an editable TextBox control in a DataGridViewCell cell when in edit mode.
Represents a DataGridView column that contains a collection of DataGridViewTextBoxCell cells.
Represents a linear collection of elements in a DataGridView control.
Represents an individual cell in a DataGridView control.
Represents a column header in a DataGridView control.
Contains functionality common to row header cells and column header cells.
Represents a row in a DataGridView control.
Represents a row header of a DataGridView control.
Represents a summary row in a DataGridView control.
rowIndex |
Displayed | The element is currently displayed. |
Frozen | The element belongs to a frozen (fixed) band. |
None | Default state. |
ReadOnly | The element will not accept user input to change its value. |
Resizable |
ResizableSet | The element does not inherit the resizable state of its parent. |
Selected | The element is selected. |
Visible | The element is visible (can be displayed or it's already displayed). |
Returns the number of columns that match the includeFilter . |
Returns the width, in pixels, required to display all of the columns that meet the includeFilter . |
Returns the number of rows that match the includeFilter . |
Returns the current state of the cell as inherited from the state of its row and column. |
Returns a value indicating the current state of the cell as inherited from the state of its row and column. |
Returns the user interface (UI) state of the element. |
Returns a value indicating the current state of the cell as inherited from the state of its row or column. |
Returns the state that has changed on the cell. |
Returns the new column state. |
Returns the state that has changed on the row. |
Represents the method that will handle the EditingControlShowing event of a DataGridView.
cellTemplate
An existing DataGridViewDateTimePickerCell to use as a template.
BestFit | The image is scaled to the largest size such that both its width and its height can fit inside the content area. |
Center | The image is centered within the cell's client rectangle. |
None | The image is left-aligned at the top across the cell's client rectangle. |
NotSet | The layout specification has not been set. |
OriginalSize | The image left-aligned at the top and sized using the image original size. |
Stretch | The image is stretched across the cell's client rectangle. |
Tile | The image is tiled across the cell's client rectangle. |
Zoom | The image is enlarged within the cell's client rectangle. |
Gets or sets the layout of the image in the cell. |
Gets or sets the image layout in the cells for this column. |
Wisej.Web.DataGridViewLinkColumn
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents a DataGridView column that contains a collection of DataGridViewLinkCell cells.
Initializes a new instance of the DataGridViewLinkColumn class to the default state.
Initializes a new instance of the DataGridViewLinkColumn class to the default state.
Name | Type | Description |
---|---|---|
DataGridViewCell: Returns or sets the template used to model cell appearance.
Throws:
InvalidOperationException The type is null.
InvalidCastException The set type is not compatible with type DataGridViewLinkCell.
LinkBehavior: Returns or sets a value that represents the behavior of the link cell. (Default: SystemDefault
)
This value is inherited by all the cells in the column that do not specify a value for this property.
Color: Returns or sets the color used when displaying a normal link. (Default: Color [Empty]
)
This value is inherited by all the cells in the column that do not specify a value for this property.
String: Gets or sets the default text displayed on the button cell when UseColumnTextForButtonValue is true. (Default: null
)
Throws:
InvalidOperationException When setting this property, the value of the CellTemplate property is null.
Boolean: Gets or sets a value indicating if the link in the cell uses the owning column's text instead of the value of the cell. (Default: False
)
This value is inherited by all the cells in the column that do not specify a value for this property.
Wisej.Web.DataGridViewMaskedTextBoxEditingControl
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents a MaskedTextBox control that can be hosted in a DataGridViewMaskedTextBoxCell cell.
DataGridView: Returns or sets the DataGridView that contains the text box control.
Int32: Returns the length of text in the control.
Adapts the edit control's properties to be consistent with the specified cell style.
Retrieves the formatted value of the cell.
Returns: String. The formatted version of the cell's value.
Prepares the currently selected cell for editing.
Wisej.Web.DataGridViewMaskedTextBoxColumn
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents a DataGridView column that contains a collection of DataGridViewTextBoxCell cells.
Initializes a new instance of the DataGridViewMaskedTextBoxColumn.
Initializes a new instance of the DataGridViewMaskedTextBoxColumn.
Name | Type | Description |
---|---|---|
DataGridViewCell: Returns or sets the template used to model cell appearance.
Throws:
InvalidOperationException The type is null.
InvalidCastException The set type is not compatible with type DataGridViewTextBoxCell.
CultureInfo: Returns or sets the culture information associated with the masked cell.
String: Returns or sets the input mask. (Default: ""
)
The Mask is a string that defines the masking characters and the literals to display and process during user input and when reading the Value property. Server side masking is processed by an instance of the MaskedTextProvider class exposed by the MaskedTextProvider property. On the client side, the mask processing is performed by the "wisej.utils.MaskProvider.js" class while the user edits the input field.
If you change the Mask when the control already contains a value, it will apply the new mask to the existing text. The decimal (.), thousand (,), time (:), date (/), and currency ($) symbols default to displaying those symbols as defined by the application's culture. You can force a specific DataGridViewMaskedTextBoxColumn them to display symbols for another culture by using the Culture property. Otherwise you can set the application-wide culture by setting the CurrentCulture property.
Int32: Returns or sets the maximum number of characters that can be entered into the text box. (Default: 0
)
This value is inherited by all the cells in the column that do not specify a value for this property. Throws:
InvalidOperationException The value of the CellTemplate property is null.
Char: Returns or sets the character used to represent the absence of user input in the cell's MaskedTextBox. (Default: _
)
Throws:
ArgumentException The character specified when setting this property is not a valid prompt character, as determined by the IsValidPasswordChar method of the MaskedTextProvider class.
InvalidOperationException The prompt character specified is the same as the current password character, PasswordChar. The two are required to be different.
Boolean: Returns or sets whether the empty mask is shown in the cell when the value is null or empty. (Default: True
)
MaskFormat: Returns or sets a value that determines whether literals and prompt characters are included in the formatted string. (Default: IncludeLiterals
)
ComponentToolCollection: Returns the instance of ComponentToolCollection associated with this control.
Wisej.Web.DataGridViewMaskedTextBoxCell
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Displays an editable MaskedTextBox control in a DataGridViewCell cell when in edit mode.
CultureInfo: Returns or sets the culture information associated with the masked cell.
Type: Returns the type of the cell's editing control.
String: Returns or sets the input mask. (Default: ""
)
The Mask is a string that defines the masking characters and the literals to display and process during user input and when reading the Value property. Server side masking is processed by an instance of the MaskedTextProvider class exposed by the MaskedTextProvider property. On the client side, the mask processing is performed by the "wisej.utils.MaskProvider.js" class while the user edits the input field.
If you change the Mask when the control already contains a value, it will apply the new mask to the existing text. The decimal (.), thousand (,), time (:), date (/), and currency ($) symbols default to displaying those symbols as defined by the application's culture. You can force a specific DataGridViewMaskedTextBoxCell them to display symbols for another culture by using the Culture property. Otherwise you can set the application-wide culture by setting the CurrentCulture property.
Int32: Returns or sets the maximum number of characters that can be entered into the text box. (Default: 0
)
Throws:
ArgumentOutOfRangeException The value is less than 0.
Char: Returns or sets the character used to represent the absence of user input in MaskedTextBox. (Default: _
)
Throws:
ArgumentException The character specified when setting this property is not a valid prompt character, as determined by the IsValidPasswordChar method of the MaskedTextProvider class.
InvalidOperationException The prompt character specified is the same as the current password character, PasswordChar. The two are required to be different.
MaskFormat: Returns or sets a value that determines whether literals and prompt characters are included in the formatted string. (Default: IncludeLiterals
)
ComponentToolCollection: Returns the instance of ComponentToolCollection associated with this cell.
Type: Returns or sets the data type of the values in the cell.
Initializes the control used to edit the cell.
Throws:
ArgumentNullException editor is null.
Indicates whether the cell data should be updated on the client even if the user didn't change the value when editing.
Returns: Boolean.
Defines an object that can invoke a .
Defines an object that can invoke a .
The index of the row containing the cell or -1 if the cell is not a row header cell or is not contained within a control.
Represents a column header in a control.
Represents a row header of a control.
Defines an object that can invoke a .
The element can be resized. This value is ignored except when combined with the value.
Returns the first in display order that matches the includeFilter and excludeFilter .
Returns the last in display order that matches the includeFilter and excludeFilter .
Returns the first after the given column in display order that matches the includeFilter and excludeFilter .
Returns the last prior to the given column in display order that matches the includeFilter and excludeFilter .
Returns the cumulative height of the objects that match the includeFilter .
Returns the index of the first that matches the specified includeFilter and excludeFilter .
Returns the first that matches the specified includeFilter and excludeFilter .
Returns the index of the last that matches the includeFilter and excludeFilter .
Returns the last that matches the includeFilter and excludeFilter .
Returns the index of the next after startRow that matches the includeFilter and excludeFilter .
Returns the next after startRow that matches the includeFilter and excludeFilter .
Returns the index of the previous before startRow that matches the includeFilter and excludeFilter .
Returns the previous before startRow that matches the includeFilter and excludeFilter .
Returns the state of the at the specified index.
Returns the state of the at the specified index.
Name | Description |
---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
Masking Character | Description |
---|---|
Name | Description |
---|---|
Masking Character | Description |
---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
All wisej components implement this interface.
Allows an object to serialize itself.
style
The DataGridViewCellStyle in effect for the cell entering edit mode.
selectAll
true to select the cell contents; otherwise, false.
Defines common functionality for controls that are hosted within cells of a DataGridView.
Bindable components implement this interface.
Controls that support drag & drop operations implement this interface.
Provides access to the LabelWrapper associated with the controls that implement this interface.
Provides access to the ReadOnly property for coontrols that support the read-only mode.
Provides access to the Modified property and ModifiedChanged event for controls that implement this interface.
Provides access to the validation events and properties property for controls that support validation.
All wisej components implement this interface.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.
0
Digit, required. This element will accept any single digit between 0 and 9.
9
Digit or space, optional.
#
Digit or space, optional. If this position is blank in the mask, it will be rendered as a space in the Text property. Plus (+) and minus (-) signs are allowed.
L
Letter, required. Restricts input to the ASCII letters a-z and A-Z. This mask element is equivalent to [a-zA-Z] in regular expressions.
?
Letter, optional. Restricts input to the ASCII letters a-z and A-Z. This mask element is equivalent to [a-zA-Z]? in regular expressions.
&
Character, required. This element behaves like the "L" element.
C
Character, optional. Any non-control character. This element behaves like the "?" element.
A
Alphanumeric, required. The only characters it will accept are the ASCII letters a-z and A-Z. This mask element behaves like the "a" element.
a
Alphanumeric, optional. The only characters it will accept are the ASCII letters a-z and A-Z. This mask element behaves like the "A" element.
.
Decimal placeholder. The actual display character used will be the decimal symbol appropriate to the format provider, as determined by the control's FormatProvider property.
,
Thousands placeholder. The actual display character used will be the thousands placeholder appropriate to the format provider, as determined by the control's FormatProvider property.
:
Time separator. The actual display character used will be the time symbol appropriate to the format provider, as determined by the control's FormatProvider property.
/
Date separator. The actual display character used will be the date symbol appropriate to the format provider, as determined by the control's FormatProvider property.
$
Currency symbol. The actual character displayed will be the currency symbol appropriate to the format provider, as determined by the control's FormatProvider property.
<
Shift down. Converts all characters that follow to lowercase.
>
Shift up. Converts all characters that follow to uppercase.
\
Escape. Escapes a mask character, turning it into a literal. "\" is the escape sequence for a backslash.
Others
Literals. All non-mask elements will appear as themselves within MaskedTextBox. Literals always occupy a static position in the mask at run time, and cannot be moved or deleted by the user.
All wisej components implement this interface.
Allows an object to serialize itself.
0
Digit, required. This element will accept any single digit between 0 and 9.
9
Digit or space, optional.
#
Digit or space, optional. If this position is blank in the mask, it will be rendered as a space in the Text property. Plus (+) and minus (-) signs are allowed.
L
Letter, required. Restricts input to the ASCII letters a-z and A-Z. This mask element is equivalent to [a-zA-Z] in regular expressions.
?
Letter, optional. Restricts input to the ASCII letters a-z and A-Z. This mask element is equivalent to [a-zA-Z]? in regular expressions.
&
Character, required. This element behaves like the "L" element.
C
Character, optional. Any non-control character. This element behaves like the "?" element.
A
Alphanumeric, required. The only characters it will accept are the ASCII letters a-z and A-Z. This mask element behaves like the "a" element.
a
Alphanumeric, optional. The only characters it will accept are the ASCII letters a-z and A-Z. This mask element behaves like the "A" element.
.
Decimal placeholder. The actual display character used will be the decimal symbol appropriate to the format provider, as determined by the control's FormatProvider property.
,
Thousands placeholder. The actual display character used will be the thousands placeholder appropriate to the format provider, as determined by the control's FormatProvider property.
:
Time separator. The actual display character used will be the time symbol appropriate to the format provider, as determined by the control's FormatProvider property.
/
Date separator. The actual display character used will be the date symbol appropriate to the format provider, as determined by the control's FormatProvider property.
$
Currency symbol. The actual character displayed will be the currency symbol appropriate to the format provider, as determined by the control's FormatProvider property.
<
Shift down. Converts all characters that follow to lowercase.
>
Shift up. Converts all characters that follow to uppercase.
\
Escape. Escapes a mask character, turning it into a literal. "\" is the escape sequence for a backslash.
Others
Literals. All non-mask elements will appear as themselves within MaskedTextBox. Literals always occupy a static position in the mask at run time, and cannot be moved or deleted by the user.
editor
The Control that is used to edit the cell.
style
The DataGridViewCellStyle that is in effect for the cell entering edit mode.
Defines an object that can invoke a Command.
cellTemplate
An existing DataGridViewLinkCell to use as a template.
cellTemplate
An existing DataGridViewMaskedTextBoxCell to use as a template.
Wisej.Web.DataGridViewNumericUpDownCell
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Displays an editable NumericUpDown control in a DataGridViewCell cell when in edit mode.
Int32: Returns or sets the number of decimal places to display in the spin column (also known as an up-down column).
Throws:
ArgumentOutOfRangeException The value assigned is less than 0; or the value assigned is greater than 99.
Type: Returns the type of the cell's hosted editing control.
Boolean: Returns or sets the visibility of the spinner buttons.
Decimal: Returns or sets the value to increment or decrement the spin column (also known as an up-down column) when the up or down buttons are clicked.
Throws:
ArgumentOutOfRangeException The assigned value is not greater than or equal to zero.
Decimal: Returns or sets the maximum value for the spin column (also known as an up-down column).
Decimal: Returns or sets the minimum allowed value for the spin column (also known as an up-down column).
Boolean: Returns or sets whether a thousands separator is displayed in the spin column (also known as an up-down column) when appropriate.
Type: Returns or sets the data type of the values in the cell.
Wisej.Web.DataGridViewImageColumn
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents a DataGridView column that contains a collection of DataGridViewImageCell cells.
Initializes a new instance of the DataGridViewImageColumn class to the default state.
Initializes a new instance of the DataGridViewImageColumn class to the default state.
Name | Type | Description |
---|---|---|
Image: Gets or sets the image displayed in the cells that have a null value. (Default: null
)
This value is inherited by all the cells in the column. However, the value set in the specific cell overrides the value from the owner column.
DataGridViewContentAlignment: Gets or sets the image alignment in the cells for the column. (Default: NotSet
)
This value is inherited by all the cells in the column. However, the value set in the specific cell overrides the value from the owner column. Throws:
InvalidOperationException The value of the CellTemplate property is null.
DataGridViewImageCellLayout: Gets or sets the image layout in the cells for this column. (Default: NotSet
)
This value is inherited by all the cells in the column. However, the value set in the specific cell overrides the value from the owner column. Throws:
InvalidOperationException The value of the CellTemplate property is null.
String: Gets or sets the image URL or name displayed in cells that have a null value. (Default: null
)
This value is inherited by all the cells in the column. However, the value set in the specific cell overrides the value from the owner column.
DataGridViewCell: Returns or sets the template used to model cell appearance.
Throws:
InvalidOperationException The type is null.
InvalidCastException The set type is not compatible with type DataGridViewImageCell.
Name | Description |
---|---|
Name | Description |
---|---|
Defines an object that can invoke a Command.
All wisej components implement this interface.
Allows an object to serialize itself.
cellTemplate
An existing DataGridViewImageCell to use as a template.