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

GroupBoxShadowVisibility Enum

Enumerates display modes of a GroupBox‘s shadow.

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v18.2.dll

Declaration

public enum GroupBoxShadowVisibility

Members

Name Description
Never

A shadow is always hidden for a GroupBox.

WhenHasMouse

A shadow is visible for a GroupBox when the mouse hovers over the control.

Always

A shadow is always visible for a GroupBox.

Related API Members

The following properties accept/return GroupBoxShadowVisibility values:

Remarks

Use the GroupBox.ShowShadow property to specify when and if a shadow is visible for a GroupBox control.

See Also