Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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