Skip to main content

LayoutGroup.ApplyItemStyle() Method

Applies styles specified by the LayoutGroup.ItemStyle property to child elements.

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v23.2.dll

NuGet Package: DevExpress.Wpf.LayoutControl

Declaration

public void ApplyItemStyle()

Remarks

Styles are automatically applied to layout items. When a layout item is added to a group, a style is only applied to the item after the LayoutUpdated event has been fired. If you want to apply a style immediately when adding a layout item, call the ApplyItemStyle method.

See Also