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

RuntimeStorageStrategy.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.v18.2.dll

Declaration

public override 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.

Remarks

Use the StorageStrategy.GetResourceData method to obtain the binary data.

To learn more, see the Binary Storage Configuration topic.

See Also