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.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| control | ASPxWebControlBase | An ASPxWebControlBase object representing a web control related to the binary data. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
Remarks
Use the StorageStrategy.GetResourceData method to obtain the binary data.
To learn more, see the Binary Storage Configuration topic.
See Also