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