Skip to main content

BadgeDefaultProperties.TrimByParent Property

Gets or sets whether or not this Badge should be trimmed to match its target element’s parent.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[DefaultValue(DefaultBoolean.Default)]
[DXCategory("Layout")]
public DefaultBoolean TrimByParent { get; set; }

Property Value

Type Default Description
DefaultBoolean Default

A DefaultBoolean enumerator value that specifies whether or not this badge should be trimmed to match its target element’s parent.

Available values:

Name Description Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

Remarks

If a badge goes beyond the bounds of its AdornerElement.TargetElement object’s parent, use the TrimByParent property to select whether or not this badge should be clipped.

This property overrides the global behavior which is common to all badges and is set using the BadgeProperties.TrimByParent property.

See Also