Wisej.Web.DataGridViewElementStates
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Specifies the user interface (UI) state of a element within a DataGridView control.
Name | Description |
---|---|
Name | Description |
---|---|
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
The element can be resized. This value is ignored except when combined with the ResizableSet value.
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 first DataGridViewColumn in display order that matches the includeFilter and excludeFilter .
Returns the last DataGridViewColumn in display order that matches the includeFilter and excludeFilter .
Returns the first DataGridViewColumn after the given column in display order that matches the includeFilter and excludeFilter .
Returns the last DataGridViewColumn prior to the given column in display order that matches the includeFilter and excludeFilter .
Returns the number of rows that match the includeFilter .
Returns the cumulative height of the DataGridViewRow objects that match the includeFilter .
Returns the index of the first DataGridViewRow that matches the specified includeFilter and excludeFilter .
Returns the first DataGridViewRow that matches the specified includeFilter and excludeFilter .
Returns the index of the last DataGridViewRow that matches the includeFilter and excludeFilter .
Returns the last DataGridViewRow that matches the includeFilter and excludeFilter .
Returns the index of the next DataGridViewRow after startRow that matches the includeFilter and excludeFilter .
Returns the next DataGridViewRow after startRow that matches the includeFilter and excludeFilter .
Returns the index of the previous DataGridViewRow before startRow that matches the includeFilter and excludeFilter .
Returns the previous DataGridViewRow before startRow that matches the includeFilter and excludeFilter .
Returns the state of the DataGridViewRow at the specified index.
Returns the state of the DataGridViewRow at the specified index.
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.