C# Class Rock.Web.UI.Controls.ReorderField

Inheritance: RockTemplateField, INotRowSelectedField
Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Méthodes publiques

Méthode Description
Initialize ( bool sortingEnabled, Control control ) : bool

Performs basic instance initialization for a data control field.

ReorderField ( ) : System

Initializes a new instance of the ReorderField class.

Method Details

Initialize() public méthode

Performs basic instance initialization for a data control field.
public Initialize ( bool sortingEnabled, Control control ) : bool
sortingEnabled bool A value that indicates whether the control supports the sorting of columns of data.
control System.Web.UI.Control The data control that owns the .
Résultat bool

ReorderField() public méthode

Initializes a new instance of the ReorderField class.
public ReorderField ( ) : System
Résultat System