Infragistics3.Wpf.DataPresenter.v7.2
CellValuePresenter Class
See Also  Members  
Infragistics.Windows.DataPresenter Namespace : CellValuePresenter Class

An element used to display the value of a Cell.

Object Model





Syntax

Visual Basic (Declaration) 
Public Class CellValuePresenter 
   Inherits DataItemPresenter
   Implements IResizableElementISelectableElement 
C# 
public class CellValuePresenter : DataItemPresenter, IResizableElementISelectableElement  

Remarks

Refer to the Fields topic in the Developer's Guide for an explanation of fields.

Refer to the Theory of Operation topic in the Developer's Guide for an explanation of how this object is used.

See Also