Skip to main content
Tab

EmptyLayoutItemStyle Class

Defines style settings for an empty layout item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class EmptyLayoutItemStyle :
    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.

See Also