Skip to main content
A newer version of this page is available. .

DevExpress.XtraVerticalGrid.Events Namespace

Contains classes providing data for events raised by the vertical grid controls included in the XtraVerticalGrid Suite.

Assembly: DevExpress.XtraVerticalGrid.v20.2.dll

NuGet Package: DevExpress.Win.VerticalGrid

Classes

Name Description
CategoryEventArgs Serves as the base for classes providing data for all category row handling events.
CellValueChangedEventArgs Provides data for the VGridControlBase.CellValueChanging and VGridControlBase.CellValueChanged events.
CustomDrawEventArgs Serves as a base for classes providing data for all events used to custom paint the elements of the VGridControlBase descendants.
CustomDrawRowEventArgs Serves as a base for classes providing data for all events used to custom paint row elements.
CustomDrawRowHeaderCellEventArgs Provides data for the VGridControlBase.CustomDrawRowHeaderCell event.
CustomDrawRowHeaderIndentEventArgs Provides data for the VGridControlBase.CustomDrawRowHeaderIndent event.
CustomDrawRowValueCellEventArgs Provides data for the VGridControlBase.CustomDrawRowValueCell event.
CustomDrawSeparatorEventArgs Provides data for the VGridControlBase.CustomDrawSeparator event.
CustomDrawTreeButtonEventArgs Provides data for the VGridControlBase.CustomDrawTreeButton event.
CustomizationFormCreatingCategoryEventArgs Provides data for the VGridControlBase.CustomizationFormCreatingCategory event.
CustomizationFormDeletingCategoryEventArgs Provides data for the VGridControlBase.CustomizationFormDeletingCategory event.
CustomPropertyDescriptorsEventArgs Provides data for the PropertyGridControl.CustomPropertyDescriptors event.
DragRowEventArgs Provides common data for native drag-specific events in the VGridControlBase descendants.
EndDragRowEventArgs Provides data for the VGridControlBase.EndDragRow event.
FocusedRowChangedEventArgs Provides data for the VGridControlBase.FocusedRowChanged event.
GetCustomRowCellEditEventArgs Provides data for the VGridControlBase.RecordCellStyle event.
GetCustomRowCellStyleEventArgs Provides data for the VGridControlBase.RecordCellStyle event.
IndexChangedEventArgs Provides data for the VGridControlBase.FocusedRecordChanged and VGridControlBase.FocusedRecordCellChanged events.
PopupMenuShowingEventArgs Provides data for the VGridControlBase.PopupMenuShowing event.
RowCellEventArgs Serves as the base for classes providing data for cell handling events.
RowChangedEventArgs Provides data for the VGridControlBase.RowChanged event.
RowChangingEventArgs Provides data for the VGridControlBase.RowChanging event.
RowEventArgs Serves as the base for classes providing data for all row handling events.
StartDragRowEventArgs Provides data for the VGridControlBase.StartDragRow event.
TabPanelCustomizeEventArgs Provides data for the TabPanelCustomize event.

Delegates

Name Description
CellValueChangedEventHandler Represents a method that will handle the VGridControlBase.CellValueChanged and VGridControlBase.CellValueChanging events.
CustomDrawRowHeaderCellEventHandler Represents a method that will handle the VGridControlBase.CustomDrawRowHeaderCell event.
CustomDrawRowHeaderIndentEventHandler Represents a method that will handle the VGridControlBase.CustomDrawRowHeaderIndent event.
CustomDrawRowValueCellEventHandler Represents a method that will handle the VGridControlBase.CustomDrawRowValueCell event.
CustomDrawSeparatorEventHandler Represents a method that will handle the VGridControlBase.CustomDrawSeparator event.
CustomDrawTreeButtonEventHandler Represents a method that will handle the VGridControlBase.CustomDrawTreeButton event.
CustomizationFormCreatingCategoryEventHandler Represents a method that will handle the VGridControlBase.CustomizationFormCreatingCategory event.
CustomizationFormDeletingCategoryEventHandler Represents a method that will handle the VGridControlBase.CustomizationFormDeletingCategory event.
CustomPropertyDescriptorsEventHandler Represents a method that will handle the PropertyGridControl.CustomPropertyDescriptors event.
EndDragRowEventHandler Represents a method that will handle the VGridControlBase.EndDragRow event.
FocusedRowChangedEventHandler Represents a method that will handle the VGridControlBase.FocusedRowChanged event.
GetCustomRowCellEditEventHandler Represents a method that will handle the VGridControlBase.RecordCellStyle event.
GetCustomRowCellStyleEventHandler Represents a method that will handle the VGridControlBase.RecordCellStyle event.
IndexChangedEventHandler Represents a method that will handle the VGridControlBase.FocusedRecordChanged and VGridControlBase.FocusedRecordCellChanged events.
PopupMenuShowingEventHandler Represents a method that will handle the VGridControlBase.PopupMenuShowing event.
ProcessDragRowEventHandler Represents a method that will handle the VGridControlBase.ProcessDragRow event.
RowChangedEventHandler Represents a method that will handle the VGridControlBase.RowChanged event.
RowChangingEventHandler Represents a method that will handle the VGridControlBase.RowChanging event.
StartDragRowEventHandler Represents a method that will handle the VGridControlBase.StartDragRow event.