[]
Gets or sets the settings for the Property Grid, allowing users to view and edit properties of selected objects.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public PropertyGridSettings PropertyGrid { get; set; }
Type | Description |
---|---|
PropertyGridSettings | An instance of PropertyGridSettings representing the Property Grid settings. |