IFieldControl Interface (System.Web.UI.WebControls)

Switch View :
ScriptFree
.NET Framework Class Library
IFieldControl Interface

Represents a contract that exposes properties that automatically generate fields that are based on data in a data-bound control.

Namespace:  System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)
Syntax

Visual Basic
Public Interface IFieldControl
C#
public interface IFieldControl
Visual C++
public interface class IFieldControl
F#
type IFieldControl =  interface end

The IFieldControl type exposes the following members.

Properties

  Name Description
Public property FieldsGenerator Gets or sets the IAutoFieldGenerator interface, which is the interface that generates fields in a data-bound control.
Top
Remarks

This interface provides methods for the DetailsView and GridView data-bound controls. These data-bound controls automatically generate fields based on data.

Version Information

.NET Framework

Supported in: 4
Platforms

Windows 7, 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

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
See Also

Reference