Skip to main content
Tab

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

NuGet Package: DevExpress.Web

Declaration

public DataViewEmptyDataStyle EmptyData { get; }

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