A newer version of this page is available.
Switch to the current version.
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
);
Public Delegate Function SupportsStrategyMethod(
control As ASPxWebControlBase
) As Boolean
Parameters
Name | Type | Description |
---|---|---|
control | ASPxWebControlBase | An ASPxWebControlBase object representing a web control that obtains a binary resource. |
Returns
Type |
---|
Boolean |
See Also
Feedback