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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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