Skip to main content
Tab

LayoutItemCaptionStyle Class

Defines style settings for the layout item caption.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class LayoutItemCaptionStyle :
    AppearanceStyleBase

The following members return LayoutItemCaptionStyle objects:

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