ImageGalleryStyles.EmptyData Property
Gets the style settings defining the appearance of the message displayed when the image gallery has no data.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
DataViewEmptyDataStyle | A DataViewEmptyDataStyle object that contains style settings. |
Remarks
Use the EmptyData property to access the style settings defining the appearance of the message displayed when the image gallery has no data. By default, the message is ‘No data to display’.
See Also