Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomRibbonForm.ShowFormShadow Property

Specifies if the Ribbon form casts a shadow.

#Declaration

Delphi
property ShowFormShadow: TdxDefaultBoolean read; write; default bDefault;

#Property Value

Type Default Description
TdxDefaultBoolean bDefault

#Remarks

Set the ShowFormShadow property to bTrue or bFalse to explicitly enable or disable the shadow effect for the form.

#Default Value

The ShowFormShadow property’s default value is bDefault.

The default ShowFormShadow property value indicates that the global form shadow visibility setting (accessible through the ShowFormShadow property of a TdxSkinController component) specifies if the form casts a shadow.

See Also