Infragistics3.Wpf.DataPresenter.v8.1
LabelPresenter Class
See Also  Members  
Infragistics.Windows.DataPresenter Namespace : LabelPresenter Class

An element used to display the Label of a Field.

Object Model





Syntax

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

Remarks

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

Refer to the Field Label topic in the Developer's Guide for an explanation of the Field Labels.

Refer to the Field Settings topic in the Developer's Guide for an explanation of the FieldSettings object.

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

See Also