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

FormLayoutProperties.Styles Property

Provides access to the style settings that control the appearance of the form layout visual elements.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public FormLayoutStyles Styles { get; }

Property Value

Type Description
FormLayoutStyles

A FormLayoutStyles object that provides style settings.

Remarks

The FormLayoutStyles object provides a number of properties that allow style settings of various form layout elements to be customized.

See Also