Back to Devexpress

SupportsStrategyMethod Delegate

aspnet-devexpress-dot-web-cfda2f14.md

latest1.1 KB
Original Source

SupportsStrategyMethod Delegate

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public delegate bool SupportsStrategyMethod(
    ASPxWebControlBase control
);
vb
Public Delegate Function SupportsStrategyMethod(
    control As ASPxWebControlBase
) As Boolean

Parameters

NameTypeDescription
controlASPxWebControlBase

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

|

Returns

Type
Boolean

See Also

DevExpress.Web Namespace