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.v24.2.dll
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