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.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 |
|
See Also