GridViewColumnsGenerator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a way to automatically generate fields that use ASP.NET Dynamic Data features for the GridView control.
public ref class GridViewColumnsGenerator : System::Web::UI::WebControls::AutoFieldsGenerator
public class GridViewColumnsGenerator : System.Web.UI.WebControls.AutoFieldsGenerator
type GridViewColumnsGenerator = class
inherit AutoFieldsGenerator
Public Class GridViewColumnsGenerator
Inherits AutoFieldsGenerator
- Inheritance
Constructors
GridViewColumnsGenerator() |
Initializes a new instance of the GridViewColumnsGenerator class. |
Properties
AutoGeneratedFieldProperties |
Returns a list of the properties of an AutoGeneratedField object. (Inherited from AutoFieldsGenerator) |
AutoGenerateEnumFields |
Gets or sets a value that indicates whether enumeration fields should be generated by this AutoFieldsGenerator instance. (Inherited from AutoFieldsGenerator) |
IsTrackingViewState |
Gets a value that indicates whether view state changes are being tracked. (Inherited from AutoFieldsGenerator) |
Methods
CreateAutoGeneratedFieldFromFieldProperties(AutoGeneratedFieldProperties) |
Creates one or more autogenerated fields using the specified collection of field properties. (Inherited from AutoFieldsGenerator) |
CreateAutoGeneratedFields(Object, Control) |
Generates fields based on the current data item. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GenerateFields(Control) |
Creates DynamicField objects based on metadata information for the table. (Inherited from AutoFieldsGenerator) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
LoadViewState(Object) |
Loads the state that was saved previously using the SaveViewState() method. (Inherited from AutoFieldsGenerator) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
SaveViewState() |
Saves the changes to the class's state. (Inherited from AutoFieldsGenerator) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
TrackViewState() |
Instructs the class to track changes to its view state. (Inherited from AutoFieldsGenerator) |
Explicit Interface Implementations
IStateManager.IsTrackingViewState |
Gets a value that indicates whether view state changes are being tracked. (Inherited from AutoFieldsGenerator) |
IStateManager.LoadViewState(Object) |
Loads the state that was saved previously using the SaveViewState() method. (Inherited from AutoFieldsGenerator) |
IStateManager.SaveViewState() |
Saves the changes to a class's state. (Inherited from AutoFieldsGenerator) |
IStateManager.TrackViewState() |
Instructs the class to track changes to its view state. (Inherited from AutoFieldsGenerator) |