Skip to main content
Tab

LayoutItemCaptionSettings Class

Contains settings specific to layout item caption.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class LayoutItemCaptionSettings :
    PropertiesBase

The following members return LayoutItemCaptionSettings objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxFormLayout.SettingsItemCaptions
FormLayoutProperties.SettingsItemCaptions
LayoutGroupBase.SettingsItemCaptions
LayoutItem.CaptionSettings
ASP.NET MVC Extensions FormLayoutSettings<ModelType>.SettingsItemCaptions

Remarks

An object of the LayoutItemCaptionSettings type can be accessed via the LayoutItem.CaptionSettings property.

Implements

See Also