Skip to main content
Tab

UploadControlStyles.IsNative() Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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