Skip to main content
A newer version of this page is available. .
Bar

BarEditItemLink.ActualEditStyle Property

Gets the actual style applied to the link’s editor. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public Style ActualEditStyle { get; }

Property Value

Type Description
Style

The actual style applied to the link’s editor

Remarks

The ActualEditStyle property returns BarEditItemLink.EditStyle, if it’s specified. Otherwise, it returns the BarEditItem.EditStyle property’s value.

See Also