Skip to main content
Tab

StorageStrategy.CanStoreData(ASPxWebControlBase) Method

Returns a value that indicates whether the specified web control’s binary data can be stored within a binary storage.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public abstract bool CanStoreData(
    ASPxWebControlBase control
)

Parameters

Name Type Description
control ASPxWebControlBase

An ASPxWebControlBase object representing a web control related to the binary data.

Returns

Type Description
Boolean

true if a binary resource can be stored; otherwise, false.

See Also