Skip to main content

OptionsCustomizationForm.GetShowPropertyGrid() Method

Returns whether the Property Grid is displayed within the Customization Form.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual bool GetShowPropertyGrid()

Returns

Type Description
Boolean

true, to display the Property Grid within the Customization Form; otherwise, false.

Remarks

The Property Grid (see OptionsCustomizationForm.ShowPropertyGrid) is always visible if the control is currently in design mode.

See Also