LayoutGroup.ApplyItemStyle() Method
Applies styles specified by the LayoutGroup.ItemStyle property to child elements.
Namespace: DevExpress.Xpf.LayoutControl
Assembly: DevExpress.Xpf.LayoutControl.v24.1.dll
NuGet Package: DevExpress.Wpf.LayoutControl
Declaration
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