Back to Devexpress

EmptyLayoutItemStyle Class

aspnet-devexpress-dot-web-70420241.md

latest1.9 KB
Original Source

EmptyLayoutItemStyle Class

Defines style settings for an empty layout item.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class EmptyLayoutItemStyle :
    AppearanceStyleBase
vb
Public Class EmptyLayoutItemStyle
    Inherits AppearanceStyleBase

The following members return EmptyLayoutItemStyle objects:

Remarks

The EmptyLayoutItemStyle class contains settings that define the appearance of an empty layout item within the ASPxFormLayout control.

An object of the EmptyLayoutItemStyle type can be accessed via the FormLayoutStyles.EmptyLayoutItem property.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase EmptyLayoutItemStyle

See Also

EmptyLayoutItemStyle Members

DevExpress.Web Namespace