LayoutItemStyle Class
In This Article
Defines style settings for the layout item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class LayoutItemStyle :
AppearanceStyle
#Related API Members
The following members return LayoutItemStyle objects:
#Remarks
The LayoutItemStyle class contains settings that define the appearance of the layout item within the ASPxFormLayout control.
An object of the LayoutItemStyle type can be accessed via the FormLayoutStyles.LayoutItem property.
#Inheritance
See Also