Skip to main content
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.v14.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