Back to Devexpress

LayoutItemCaptionStyle Class

aspnet-devexpress-dot-web-7370e107.md

latest2.0 KB
Original Source

LayoutItemCaptionStyle Class

Defines style settings for the layout item caption.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class LayoutItemCaptionStyle :
    AppearanceStyleBase
vb
Public Class LayoutItemCaptionStyle
    Inherits 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.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase LayoutItemCaptionStyle

See Also

LayoutItemCaptionStyle Members

DevExpress.Web Namespace