ASPxImageGallery.SettingsTableLayout Property
In This Article
Provides access to the ASPxImageGallery layout table mode settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ImageGalleryTableLayoutSettings SettingsTableLayout { get; }
#Property Value
Type | Description |
---|---|
Image |
A Image |
#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