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

DXFrameworkContentElement.IsSealed Property

Overrides the IsSealed property to hide it.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

[Browsable(false)]
public bool IsSealed { get; }

Property Value

Type Description
Boolean

A Boolean value.

Property Paths

You can access this nested property as listed below:

Object Type Path to IsSealed
BarEditItem
.EditSettings.IsSealed
FilterField
.EditSettings.IsSealed
TokenEditorBehavior
GanttColumn
.EditSettings.IsSealed
ColumnBase
.EditSettings.IsSealed
GridColumn
.EditSettings.IsSealed
TreeListColumn
.EditSettings.IsSealed
CollectionDefinition
.EditSettings.IsSealed
PropertyDefinition
.EditSettings.IsSealed
SpreadsheetCustomCellEditEventArgs
.EditSettings.IsSealed

Remarks

This property is overridden to hide the corresponding property of the DependencyObject class, because the IsSealed property isn’t appropriate for the DXFrameworkContentElement class.

See Also