C# Class AjaxControlToolkit.MaskedEditExtender

Inheritance: ExtenderControlBase
Afficher le fichier Open project: DevExpress/AjaxControlToolkit Class Usage Examples

Private Properties

Свойство Type Description
validateMaskType bool

Méthodes publiques

Méthode Description
MaskedEditExtender ( ) : System

Méthodes protégées

Méthode Description
OnLoad ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void

Private Methods

Méthode Description
validateMaskType ( ) : bool

Method Details

MaskedEditExtender() public méthode

public MaskedEditExtender ( ) : System
Résultat System

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPreRender() protected méthode

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Résultat void