Skip to main content
Version: 3.5

DataGridViewElementStates

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the user interface (UI) state of a element within a DataGridView control.

public enum DataGridViewElementStates : Enum

Fields

NameDescription
DisplayedThe element is currently displayed.
FrozenThe element belongs to a frozen (fixed) band.
NoneDefault state.
ReadOnlyThe element will not accept user input to change its value.
ResizableThe element can be resized. This value is ignored except when combined with the ResizableSet value.
ResizableSetThe element does not inherit the resizable state of its parent.
SelectedThe element is selected.
VisibleThe element is visible (can be displayed or it's already displayed).

Used By

NameDescription
DataGridViewColumnCollection.GetColumnCountReturns the number of columns that match the includeFilter .
DataGridViewColumnCollection.GetColumnsWidthReturns the width, in pixels, required to display all of the columns that meet the includeFilter .
DataGridViewColumnCollection.GetFirstColumnReturns the first DataGridViewColumn in display order that matches the includeFilter and excludeFilter .
DataGridViewColumnCollection.GetLastColumnReturns the last DataGridViewColumn in display order that matches the includeFilter and excludeFilter .
DataGridViewColumnCollection.GetNextColumnReturns the first DataGridViewColumn after the given column in display order that matches the includeFilter and excludeFilter .
DataGridViewColumnCollection.GetPreviousColumnReturns the last DataGridViewColumn prior to the given column in display order that matches the includeFilter and excludeFilter .
DataGridViewRowCollection.GetRowCountReturns the number of rows that match the includeFilter .
DataGridViewRowCollection.GetRowsHeightReturns the cumulative height of the DataGridViewRow objects that match the includeFilter .
DataGridViewRowCollection.GetFirstRowIndexReturns the index of the first DataGridViewRow that matches the specified includeFilter and excludeFilter .
DataGridViewRowCollection.GetFirstRowReturns the first DataGridViewRow that matches the specified includeFilter and excludeFilter .
DataGridViewRowCollection.GetLastRowIndexReturns the index of the last DataGridViewRow that matches the includeFilter and excludeFilter .
DataGridViewRowCollection.GetLastRowReturns the last DataGridViewRow that matches the includeFilter and excludeFilter .
DataGridViewRowCollection.GetNextRowIndexReturns the index of the next DataGridViewRow after startRow that matches the includeFilter and excludeFilter .
DataGridViewRowCollection.GetNextRowReturns the next DataGridViewRow after startRow that matches the includeFilter and excludeFilter .
DataGridViewRowCollection.GetPreviousRowIndexReturns the index of the previous DataGridViewRow before startRow that matches the includeFilter and excludeFilter .
DataGridViewRowCollection.GetPreviousRowReturns the previous DataGridViewRow before startRow that matches the includeFilter and excludeFilter .
DataGridViewRowCollection.GetRowStateReturns the state of the DataGridViewRow at the specified index.
DataGridView.GetRowStateReturns the state of the DataGridViewRow at the specified index.
DataGridViewCell.InheritedStateReturns the current state of the cell as inherited from the state of its row and column.
DataGridViewCell.GetInheritedStateReturns a value indicating the current state of the cell as inherited from the state of its row and column.
DataGridViewElement.StateReturns the user interface (UI) state of the element.
DataGridViewHeaderCell.GetInheritedStateReturns a value indicating the current state of the cell as inherited from the state of its row or column.
DataGridViewCellStateChangedEventArgs.StateChangedReturns the state that has changed on the cell.
DataGridViewColumnStateChangedEventArgs.StateChangedReturns the new column state.
DataGridViewRowStateChangedEventArgs.StateChangedReturns the state that has changed on the row.