DataEntryGrid Members
The DataEntryGrid type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DataEntryGrid()()()() |
Initializes a new instance of the DataEntryGrid class.
|
Methods
Name | Description | |
---|---|---|
CommitCellEdit()()()() |
Commits the cell edit.
|
|
CommitCellEdit(CellLostFocusTypes, Boolean) |
Commits the cell edit.
|
|
DataEntryGridCancelEdit |
Datas the entry grid cancel edit.
|
|
Focus |
Focuses this instance.
|
|
GetCellProps |
Gets the cell props.
|
|
GetColumns |
Gets the columns.
|
|
GetCurrentCell |
Gets the current cell.
|
|
GetCurrentColumnId |
Gets the current column identifier.
|
|
GetCurrentRow |
Gets the current row.
|
|
GetFirstVisualChild<(Of <<'(T>)>>) |
Gets the first visual child.
|
|
GotoCell |
Goes to the cell.
|
|
OnBeginningEdit |
Raises the BeginningEdit event.
|
|
OnCellEditEnding |
Raises the CellEditEnding event.
|
|
OnCurrentCellChanged |
Raises the CurrentCellChanged event.
|
|
OnKeyDown |
Invoked when the KeyDown event is received.
|
|
OnPreparingCellForEdit |
Raises the PreparingCellForEdit event.
|
|
OnPreviewGotKeyboardFocus |
Invoked when an unhandled PreviewGotKeyboardFocus attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
|
|
OnPreviewKeyDown |
Invoked when an unhandled PreviewKeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
|
|
OnPreviewLostKeyboardFocus |
Invoked when an unhandled PreviewKeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
|
|
OnSelectedCellsChanged |
Raises the SelectedCellsChanged event.
|
|
Refocus |
Refocuses this instance.
|
|
RefreshDataSource |
Refreshes the data source.
|
|
RefreshGridView |
Refreshes the grid view.
|
|
ResetGridFocus |
Resets the grid focus.
|
|
RestoreCellSnapshot |
Restores the cell snapshot.
|
|
SetBulkInsertMode |
Sets the bulk insert mode.
|
|
SetReadOnlyMode |
Sets the read only mode.
|
|
TabRight()()()() |
Tabs the right.
|
|
TakeCellSnapshot |
Takes the cell snapshot.
|
|
UpdateRow(DataEntryGridRow) |
Updates the row.
|
|
UpdateRow(DataEntryGridRow, Int32) |
Updates the row.
|
Fields
Name | Description | |
---|---|---|
CellEditingControlBorderThicknessProperty |
The cell editing control border thickness property.
|
|
CloseWindowOnEscapeProperty |
The close window on escape property
|
|
DefaultSelectionBrushProperty |
The default selection brush property
|
|
DisabledCellDisplayStyleProperty |
The disabled cell display style property
|
|
EnterToTabProperty |
The enter to tab property
|
|
ManagerProperty |
The manager property
|
|
ReadOnlyModeProperty |
The read only mode property
|
|
SetTabFocusToSelectedCellProperty |
The set tab focus to selected cell property
|
|
StoreCurrentCellOnLoadGridProperty |
The store current cell on load grid property
|
|
StoreCurrentCellOnLostFocusProperty |
The store current cell on lost focus property
|
Properties
Name | Description | |
---|---|---|
AutoGenerateColumns |
Gets a value indicating whether [automatic generate columns].
|
|
CellEditingControlBorderThickness |
Gets or sets the cell editing control border thickness. This is a bind-able property.
|
|
CloseWindowOnEscape |
Gets or sets a value indicating whether [close window on escape]. This is a bind-able property.
|
|
Columns |
Gets the columns.
|
|
CurrentColumnId |
Gets the current column identifier.
|
|
CurrentRow |
Gets the current row.
|
|
CurrentRowIndex |
Gets the index of the current row.
|
|
DataEntryCanUserAddRows |
Gets or sets a value indicating whether [data entry can user add rows].
|
|
DefaultSelectionBrush |
Gets or sets the default selection brush. This is a bind-able property.
|
|
DisabledCellDisplayStyle |
Gets or sets the disabled cell display style. This is a bind-able property.
|
|
DisplayStyles |
Gets the display styles.
|
|
EditingControlHost |
Gets the active cell editing control host.
|
|
EnterToTab |
Gets or sets a value indicating whether to convert ENTER key to Tab key. This is a bind-able property.
|
|
Manager |
Gets or sets the manager. This is a bind-able property.
|
|
ReadOnlyMode |
Gets or sets a value indicating whether [read only mode]. This is a bind-able property.
|
|
RowHeight |
Gets or sets the height of the row.
|
|
SelectionUnit |
Gets the selection unit.
|
|
SetTabFocusToSelectedCell |
Gets or sets a value indicating whether [set tab focus to selected cell].This is a bind-able property.
|
|
StoreCurrentCellOnLoadGrid |
Gets or sets a value indicating whether [store current cell on load grid]. This is a bind-able property.
|
|
StoreCurrentCellOnLostFocus |
Gets or sets a value indicating whether [store current cell on lost focus]. This is a bind-able property.
|