windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridoptionsmenu-d0d437f1.md
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
[DefaultValue(FormBorderEffect.Default)]
[XtraSerializableProperty]
public virtual FormBorderEffect DialogFormBorderEffect { get; set; }
<DefaultValue(FormBorderEffect.Default)>
<XtraSerializableProperty>
Public Overridable Property DialogFormBorderEffect As FormBorderEffect
| Type | Default | Description |
|---|---|---|
| FormBorderEffect | Default |
A value that specifies the dialog form border adornment effect.
|
Available values:
| Name | Description |
|---|---|
| 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.
|
You can access this nested property as listed below:
| Object Type | Path to DialogFormBorderEffect |
|---|---|
| GridView |
.OptionsMenu .DialogFormBorderEffect
|
The DialogFormBorderEffect property allows you to apply a shadow and glow effects to dialog form borders within the GridView.
See Also