Back to Devexpress

OptionsCustomizationForm.ShowPropertyGrid Property

windowsforms-devexpress-dot-xtralayout-dot-optionscustomizationform-ed271024.md

latest2.3 KB
Original Source

OptionsCustomizationForm.ShowPropertyGrid Property

Gets or sets whether the Property Grid is displayed within the Customization Form.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public bool ShowPropertyGrid { get; set; }
vb
Public Property ShowPropertyGrid As Boolean

Property Value

TypeDescription
Boolean

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowPropertyGrid
LayoutControl

.OptionsCustomizationForm .ShowPropertyGrid

|

Remarks

Enable the ShowPropertyGrid option to allow a user to change the settings of layout items at runtime.

To control which properties to display in the Property Grid, create a specific wrapper object, and register it using the LayoutControl.RegisterCustomPropertyGridWrapper method.

See Also

RegisterCustomPropertyGridWrapper(Type, Type)

OptionsCustomizationForm Class

OptionsCustomizationForm Members

DevExpress.XtraLayout Namespace