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

LayoutGroupBase.SettingsItemCaptions Property

Provides access to the layout item caption settings within a layout group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public LayoutItemCaptionSettings SettingsItemCaptions { get; }

Property Value

Type Description
LayoutItemCaptionSettings

A LayoutItemCaptionSettings object containing properties common to all the layout item captions within a layout group.

See Also