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

SupportsStrategyMethod Delegate

A method that will indicate whether the specified strategy is supported by a web control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public delegate bool SupportsStrategyMethod(
    ASPxWebControlBase control
);

Parameters

Name Type Description
control ASPxWebControlBase

An ASPxWebControlBase object representing a web control that obtains a binary resource.

Returns

Type
Boolean
See Also