Skip to main content
Tab

ASPxFormLayout.SettingsItemCaptions Property

Provides access to the layout item caption settings within the ASPxFormLayout control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public virtual LayoutItemCaptionSettings SettingsItemCaptions { get; }

#Property Value

Type Description
LayoutItemCaptionSettings

A LayoutItemCaptionSettings object containing properties common to all the layout item captions within the ASPxFormLayout control.

See Also