GridOptionsMenu.DialogFormBorderEffect Property
Gets or sets the border adornment effect for dialog forms within the GridView.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
[DefaultValue(FormBorderEffect.Default)]
[XtraSerializableProperty]
public virtual FormBorderEffect DialogFormBorderEffect { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Form |
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 Xtra For the Ribbon |
Shadow | Displays a shadow around the form. |
Glow | A glow effect. The default colors can be changed via the Xtra |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Dialog |
---|---|
Grid |
|
#Remarks
The DialogFormBorderEffect property allows you to apply a shadow and glow effects to dialog form borders within the GridView.