Back to Devexpress

DevExpress.XtraVerticalGrid.Events Namespace

windowsforms-devexpress-dot-xtraverticalgrid-f61a2631.md

latest13.2 KB
Original Source

DevExpress.XtraVerticalGrid.Events Namespace

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

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Classes

NameDescription
CategoryEventArgsServes as the base for classes providing data for all category row handling events.
CellValueChangedEventArgsProvides data for the VGridControlBase.CellValueChanging and VGridControlBase.CellValueChanged events.
CustomDataEventArgsContains data for the CustomUnboundData event.
CustomDrawEventArgsServes as a base for classes providing data for all events used to custom paint the elements of the VGridControlBase descendants.
CustomDrawRowEventArgsServes as a base for classes providing data for all events used to custom paint row elements.
CustomDrawRowHeaderCellEventArgsProvides data for the VGridControlBase.CustomDrawRowHeaderCell event.
CustomDrawRowHeaderIndentEventArgsProvides data for the VGridControlBase.CustomDrawRowHeaderIndent event.
CustomDrawRowValueCellEventArgsProvides data for the VGridControlBase.CustomDrawRowValueCell event.
CustomDrawSeparatorEventArgsProvides data for the VGridControlBase.CustomDrawSeparator event.
CustomDrawTreeButtonEventArgsProvides data for the VGridControlBase.CustomDrawTreeButton event.
CustomizationFormCreatingCategoryEventArgsProvides data for the VGridControlBase.CustomizationFormCreatingCategory event.
CustomizationFormDeletingCategoryEventArgsProvides data for the VGridControlBase.CustomizationFormDeletingCategory event.
CustomizationFormSearchEventArgsContains data for the CustomizationFormSearch event.
CustomPropertyDescriptorsEventArgsProvides data for the PropertyGridControl.CustomPropertyDescriptors event.
CustomRecordDisplayTextEventArgsProvides data for the CustomRecordDisplayText event.
DragRowEventArgsProvides common data for native drag-specific events in the VGridControlBase descendants.
EndDragRowEventArgsProvides data for the VGridControlBase.EndDragRow event.
FocusedRowChangedEventArgsProvides data for the VGridControlBase.FocusedRowChanged event.
GetCustomRowCellEditEventArgsProvides data for the VGridControlBase.RecordCellStyle event.
GetCustomRowCellStyleEventArgsProvides data for the VGridControlBase.RecordCellStyle event.
IndexChangedEventArgsProvides data for the VGridControlBase.FocusedRecordChanged and VGridControlBase.FocusedRecordCellChanged events.
PopupMenuShowingEventArgsProvides data for the VGridControlBase.PopupMenuShowing event.
RowCellEventArgsServes as the base for classes providing data for cell handling events.
RowChangedEventArgsContains data for the VGridControlBase.RowChanged event.
RowChangingEventArgsProvides data for the VGridControlBase.RowChanging event.
RowEventArgsServes as the base for classes providing data for all row handling events.
StartDragRowEventArgsProvides data for the VGridControlBase.StartDragRow event.
TabPanelCustomizeEventArgsProvides data for the TabPanelCustomize event.

Delegates

NameDescription
CellValueChangedEventHandlerRepresents a method that will handle the VGridControlBase.CellValueChanged and VGridControlBase.CellValueChanging events.
CustomDrawRowHeaderCellEventHandlerRepresents a method that will handle the VGridControlBase.CustomDrawRowHeaderCell event.
CustomDrawRowHeaderIndentEventHandlerRepresents a method that will handle the VGridControlBase.CustomDrawRowHeaderIndent event.
CustomDrawRowValueCellEventHandlerRepresents a method that will handle the VGridControlBase.CustomDrawRowValueCell event.
CustomDrawSeparatorEventHandlerRepresents a method that will handle the VGridControlBase.CustomDrawSeparator event.
CustomDrawTreeButtonEventHandlerRepresents a method that will handle the VGridControlBase.CustomDrawTreeButton event.
CustomizationFormCreatingCategoryEventHandlerRepresents a method that will handle the VGridControlBase.CustomizationFormCreatingCategory event.
CustomizationFormDeletingCategoryEventHandlerRepresents a method that will handle the VGridControlBase.CustomizationFormDeletingCategory event.
CustomPropertyDescriptorsEventHandlerRepresents a method that will handle the PropertyGridControl.CustomPropertyDescriptors event.
EndDragRowEventHandlerRepresents a method that will handle the VGridControlBase.EndDragRow event.
FocusedRowChangedEventHandlerRepresents a method that will handle the VGridControlBase.FocusedRowChanged event.
GetCustomRowCellEditEventHandlerRepresents a method that will handle the VGridControlBase.RecordCellStyle event.
GetCustomRowCellStyleEventHandlerRepresents a method that will handle the VGridControlBase.RecordCellStyle event.
IndexChangedEventHandlerRepresents a method that will handle the VGridControlBase.FocusedRecordChanged and VGridControlBase.FocusedRecordCellChanged events.
PopupMenuShowingEventHandlerRepresents a method that will handle the VGridControlBase.PopupMenuShowing event.
ProcessDragRowEventHandlerRepresents a method that will handle the VGridControlBase.ProcessDragRow event.
RowChangedEventHandlerRepresents a method that will handle the VGridControlBase.RowChanged event.
RowChangingEventHandlerRepresents a method that will handle the VGridControlBase.RowChanging event.
StartDragRowEventHandlerRepresents a method that will handle the VGridControlBase.StartDragRow event.