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.v14.2.dll

#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.

#Implements

DevExpress.Xpf.LayoutControl.ILayoutGroup.ApplyItemStyle()
See Also