Back to Devexpress

ImageGalleryTableLayoutSettings Class

aspnet-devexpress-dot-web-7c9f3362.md

latest1.9 KB
Original Source

ImageGalleryTableLayoutSettings Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ImageGalleryTableLayoutSettings :
    DataViewTableLayoutSettings
vb
Public Class ImageGalleryTableLayoutSettings
    Inherits DataViewTableLayoutSettings

The following members return ImageGalleryTableLayoutSettings objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxImageGallery.SettingsTableLayout
ASP.NET MVC ExtensionsImageGallerySettings.SettingsTableLayout

Remarks

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

Implements

IStateManager

Inheritance

Object StateManager PropertiesBase DataViewTableLayoutSettings ImageGalleryTableLayoutSettings

See Also

ImageGalleryTableLayoutSettings Members

DevExpress.Web Namespace