Version

FieldLayout Property (AssigningFieldLayoutToItemEventArgs)

Gets/sets the FieldLayout assigned to this item
Syntax
'Declaration
 
Public Property FieldLayout As FieldLayout
public FieldLayout FieldLayout {get; set;}
Remarks

Note: The search through the existing Infragistics.Windows.DataPresenter.DataPresenterBase.FieldLayouts collection for a compatible Infragistics.Windows.DataPresenter.FieldLayout is now done lazily in the get of this property. Therefore, if this property is explicitly set in an event handler for the Infragistics.Windows.DataPresenter.DataPresenterBase.AssigningFieldLayoutToItem event then the search is bypassed completely.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also