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

StylesBase.IsNative() Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public virtual bool IsNative()

Returns

Type Description
Boolean

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

See Also