SupportsStrategyMethod Delegate
In This Article
A method that will indicate whether the specified strategy is supported by a web control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public delegate bool SupportsStrategyMethod(
ASPxWebControlBase control
);
#Parameters
Name | Type | Description |
---|---|---|
control | ASPx |
An ASPx |
#Returns
Type |
---|
Boolean |
See Also