Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BarEditItem.EditStyle Property

Gets or sets the style applied to the item’s in-place editor.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

#Declaration

public Style EditStyle { get; set; }

#Property Value

Type Description
Style

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

#Remarks

The EditStyle property specifies the style applied to the item’s in-place editor.

By default, the EditStyle style is applied to all BarEditItemLink objects referring to the current item. It is also possible to provide an edit style for individual links via the BarEditItemLink.EditStyle property, overriding the item’s EditStyle.

See Also