Skip to main content
Bar

BarEditItemLink.EditStyle Property

Gets or sets the style applied to the editor displayed by the current link. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public Style EditStyle { get; set; }

Property Value

Type Description
Style

A Style object applied to the link’s in-place editor.

Remarks

You can specify the edit style for an in-place editor via the BarEditItem.EditStyle property. By default, this style is applied to all editors displayed by all links. However, you can provide the edit style for individual links via the current EditStyle property, overriding the bar edit item’s style.

See Also