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

LayoutItemCaptionStyle Class

Defines style settings for the layout item caption.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class LayoutItemCaptionStyle :
    AppearanceStyleBase

The following members return LayoutItemCaptionStyle objects:

Library Related API Members
ASP.NET Controls and MVC Extensions CommandLayoutItem.CaptionStyle
LayoutItem.CaptionStyle
LayoutItemStyle.Caption
ASP.NET Bootstrap Controls BootstrapCardViewColumnLayoutItem.CaptionStyle
BootstrapGridViewColumnLayoutItem.CaptionStyle
BootstrapLayoutItem.CaptionStyle

Remarks

The LayoutItemCaptionStyle class contains settings that define the appearance of the layout item caption within the ASPxFormLayout control.

An object of the LayoutItemCaptionStyle type can be accessed via the LayoutItemStyle.Caption property.

See Also