A newer version of this page is available.
Switch to the current version.
FieldValueCellBase<T> Class
Serves as a base for classes that represent field value cells.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v18.2.Core.dll
Declaration
public class FieldValueCellBase<T> :
FieldValueCellBase
where T : PivotGridFieldBase
Public Class FieldValueCellBase(Of T As PivotGridFieldBase)
Inherits FieldValueCellBase
Type Parameters
Name |
---|
T |
Related API Members
The following members accept/return FieldValueCellBase
Remarks
To learn more, see FieldValueCell.
Inheritance
Object
FieldValueCellBase
FieldValueCellBase<T>
See Also
Feedback