Back to Devexpress

GridOptionsMenu.DialogFormBorderEffect Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridoptionsmenu-d0d437f1.md

latest2.9 KB
Original Source

GridOptionsMenu.DialogFormBorderEffect Property

Gets or sets the border adornment effect for dialog forms within the GridView.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(FormBorderEffect.Default)]
[XtraSerializableProperty]
public virtual FormBorderEffect DialogFormBorderEffect { get; set; }
vb
<DefaultValue(FormBorderEffect.Default)>
<XtraSerializableProperty>
Public Overridable Property DialogFormBorderEffect As FormBorderEffect

Property Value

TypeDefaultDescription
FormBorderEffectDefault

A value that specifies the dialog form border adornment effect.

|

Available values:

NameDescription
None

No adorning effect.

| | Default |

The default border adorning effect, applied as follows:

For the XtraForm, a shadow is displayed in the “McSkin” skin. No adorning effect is applied in other skins.

For the RibbonForm, a shadow is displayed in the following skins: “Office 2013”, “Office 2013 Dark Gray”, “Office 2013 Light Gray”, and “McSkin”. No adorning effect is applied in other skins.

| | Shadow |

Displays a shadow around the form.

| | Glow |

A glow effect. The default colors can be changed via the XtraForm.ActiveGlowColor and XtraForm.InactiveGlowColor properties.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to DialogFormBorderEffect
GridView

.OptionsMenu .DialogFormBorderEffect

|

Remarks

The DialogFormBorderEffect property allows you to apply a shadow and glow effects to dialog form borders within the GridView.

See Also

GridOptionsMenu Class

GridOptionsMenu Members

DevExpress.XtraGrid.Views.Grid Namespace