Skip to main content
A newer version of this page is available. .

OptionsCustomizationForm.GetShowPropertyGrid() Method

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

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

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