Skip to main content
Tab

ImageGalleryTableLayoutSettings Class

Contains settings that relate to a control’s table layout.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ImageGalleryTableLayoutSettings :
    DataViewTableLayoutSettings

The following members return ImageGalleryTableLayoutSettings objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxImageGallery.SettingsTableLayout
ASP.NET MVC Extensions ImageGallerySettings.SettingsTableLayout

Remarks

These settings can be accessed via the ImageGallerySettings.SettingsTableLayout or ASPxImageGallery.SettingsTableLayout property.

Implements

Inheritance

See Also