PivotGridCustomFieldSortEventArgsBase<T>.GetListSourceColumnValue(Int32, String) Method
Gets a value from the specified row and column.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
listSourceRowIndex | Int32 | An integer value that specifies the index of the row in the data source. |
columnName | String | A String that specifies the name of the column. |
Returns
Type | Description |
---|---|
Object | A value from the specified row and column. |
Remarks
For more information, refer to the platform-specific events:
WinForms | ASP.NET | ASP.NET MVC | WPF |
---|---|---|---|
CustomFieldSort | CustomFieldSort | CustomFieldSort | CustomFieldSort |
See Also