Wisej.Web.DataGridViewElementStates
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Specifies the user interface (UI) state of a element within a DataGridView control.
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.
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.