ImageGallerySettings.SettingsTableLayout Property
Provides access to the ImageGallery layout table mode settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
ImageGalleryTableLayoutSettings | A ImageGalleryTableLayoutSettings object that contains the layout settings. |
Remarks
When the ImageGallerySettings.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