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

EmptyLayoutItemStyle Class

Defines style settings for an empty layout item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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