Search
PropertyGrid Members
Constructors Fields Properties Methods
 


Provides a user interface for browsing the properties of an object.

The following tables list the members exposed by the PropertyGrid type.

 Public Constructors

  Name Description

PropertyGrid

Initializes a new instance of the PropertyGrid class.

 Public Fields

  Name Description

CornerRadiusProperty

Identifies the CornerRadius dependency property.

DescriptionProperty

Identifies the Description dependency property.

DescriptionVisibilityProperty

Identifies the DescriptionVisibility dependency property.

FilterTypeListProperty

Identifies the FilterTypeList dependency property.

HeaderProperty

Identifies the Header dependency property.

PropertyDisplayTypeProperty

Identifies the PropertyDisplayType dependency property.

PropertySortTypeProperty

Identifies the PropertyDisplayType dependency property.

SectionBackgroundProperty

Identifies the SectionBackground dependency property.

SectionBorderBrushProperty

Identifies the SectionBorderBrush dependency property.

SectionBorderThicknessProperty

Identifies the SectionBorderThickness dependency property.

SectionCornerRadiusProperty

Identifies the SectionCornerRadius dependency property.

SectionMarginProperty

Identifies the SectionMargin dependency property.

SelectedObjectProperty

Identifies the SelectedObject dependency property.

ShowReadOnlyPropertiesProperty

Identifies the ShowReadOnlyProperties dependency property.

 Public Properties

  Name Description

CornerRadius

Gets or sets the radius of the grid's corners. This is a dependency property.

Description

Gets or sets the description displayed in the grid. This is a dependency property.

DescriptionVisibility

Gets or sets a value indicating whether to show the description pane in the grid. This is a dependency property.

FilterTypeList

Get or sets a list of objects specifying which properties should be displayed in the grid. This is a dependency property.

Header

Gets or sets the text displayed in the grid title. This is a dependency property.

PropertyDisplayType

Get or sets a value indicating how to display the properties in the grid. This is a dependency property.

PropertySortType

Get or sets a value indicating how to sort the properties in the grid. This is a dependency property.

SectionBackground

Gets or sets the background brush of the inner section of the grid. This is a dependency property.

SectionBorderBrush

Gets or sets the border brush of the inner section of the grid. This is a dependency property.

SectionBorderThickness

Gets or sets the border thickness of the inner section of the grid. This is a dependency property.

SectionCornerRadius

Gets or sets the radius of the corners of the inner section of the grid. This is a dependency property.

SectionMargin

Gets or sets the margins of the inner section of the grid. This is a dependency property.

SelectedObject

Gets or sets the object whose properties are displayed in the grid. This is a dependency property.

ShowReadOnlyProperties

Gets or sets a value indicating whether to display read-only properties. This is a dependency property.

 Public Methods

  Name Description

OnApplyTemplate

Control.OnApplyTemplate override.

OnCollectionEditorClosed

 

 See Also

PropertyGrid Class
MindFusion.UI.Wpf Namespace