ScrollBarCustomRowAnnotationEventArgs(Int32, Object) Constructor
Initializes a new instance of the ScrollBarCustomRowAnnotationEventArgs class with the specified settings.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v25.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| rowHandle | Int32 | A row handle. |
| row | Object | An object from the data source to which the processed row is bound. |
See Also