Skip to main content
A newer version of this page is available. .
Tab

UploadControlStyles.IsNative() Method

Returns a value indicating whether the control is rendered as a native HTML control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public override bool IsNative()

Returns

Type Description
Boolean

true if the control is rendered as a native HTML control; otherwise, false.

See Also