Skip to main content
A newer version of this page is available. .
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.v19.2.dll

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