Skip to main content
A newer version of this page is available. .
Tab

ASPxImageGallery.SettingsTableLayout Property

Provides access to the ASPxImageGallery layout table mode settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ImageGalleryTableLayoutSettings SettingsTableLayout { get; }

Property Value

Type Description
ImageGalleryTableLayoutSettings

A ImageGalleryTableLayoutSettings object that contains the layout settings.

Remarks

When the ASPxImageGallery.Layout property is set to Table, the content data items are ordered in a table. Use the SettingsTableLayout property to access the table layout settings.

See Also