ImageGalleryStyles.EmptyData Property
In This Article
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.2.dll
NuGet Package: DevExpress.Web
#Declaration
public DataViewEmptyDataStyle EmptyData { get; }
#Property Value
Type | Description |
---|---|
Data |
A Data |
#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