RenderHelper.SetupASPxWebControl(ASPxWebControl) Method
In This Article
Performs the setup of the given ASPxWebControl control.
Namespace: DevExpress.ExpressApp.Web
Assembly: DevExpress.ExpressApp.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Web
#Declaration
public static void SetupASPxWebControl(
ASPxWebControl control
)
#Parameters
Name | Type | Description |
---|---|---|
control | ASPx |
An ASPx |
#Remarks
The SetupASPxWebControl method sets the control’s Control.EnableViewState property to false. Additionally, if the passed control is ASPxEdit, the SetupASPxWebControl method initializes the ASPxEdit.ValidationSettings property.
See Also