Skip to main content
Tab

FormLayoutStyles.Disabled Property

Gets the style settings that define the appearance of the disabled ASPxFormLayout.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public DisabledStyle Disabled { get; }

Property Value

Type Description
DisabledStyle

A DisabledStyle object that contains the style settings.

See Also