All pages
Powered by GitBook
1 of 1

Loading...

DataGridViewElementStates

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.

public enum DataGridViewElementStates : Enum
Public Enum DataGridViewElementStates As [Enum]

Fields

Name
Description

Used By

Name
Description

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 last 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 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.

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.

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.

DataGridViewColumnCollection.GetColumnCount

Returns the number of columns that match the includeFilter .

DataGridViewColumnCollection.GetColumnsWidth

Returns the width, in pixels, required to display all of the columns that meet the includeFilter .

DataGridViewColumnCollection.GetFirstColumn

Returns the first DataGridViewColumn in display order that matches the includeFilter and excludeFilter .

DataGridViewColumnCollection.GetLastColumn

Returns the last DataGridViewColumn in display order that matches the includeFilter and excludeFilter .

DataGridViewColumnCollection.GetNextColumn

Returns the first DataGridViewColumn after the given column in display order that matches the includeFilter and excludeFilter .

ResizableSet

DataGridViewColumnCollection.GetPreviousColumn
DataGridViewColumn
DataGridViewRowCollection.GetRowCount
DataGridViewRowCollection.GetRowsHeight
DataGridViewRow
DataGridViewRowCollection.GetFirstRowIndex
DataGridViewRow
DataGridViewRowCollection.GetFirstRow
DataGridViewRow
DataGridViewRowCollection.GetLastRowIndex
DataGridViewRow
DataGridViewRowCollection.GetLastRow
DataGridViewRow
DataGridViewRowCollection.GetNextRowIndex
DataGridViewRow
DataGridViewRowCollection.GetNextRow
DataGridViewRow
DataGridViewRowCollection.GetPreviousRowIndex
DataGridViewRow
DataGridViewRowCollection.GetPreviousRow
DataGridViewRow
DataGridViewRowCollection.GetRowState
DataGridViewRow
DataGridView.GetRowState
DataGridViewRow
DataGridViewCell.InheritedState
DataGridViewCell.GetInheritedState
DataGridViewElement.State
DataGridViewHeaderCell.GetInheritedState
DataGridViewCellStateChangedEventArgs.StateChanged
DataGridViewColumnStateChangedEventArgs.StateChanged
DataGridViewRowStateChangedEventArgs.StateChanged