PropertyGrid
Properties
Model - Object
Columns - PropertyGridColumnsSettings
The configuration of the field column.
ContextMenu - PropertyGridContextMenuSettings
Configures the items of the ContextMenu for the table body element. Those are some valid predefined tools: "separator", "copy", "copyName", "copyDeclaration", "resize", "reset", "expandItem", "collpaseItem".You can also specify a custom item and associate it with a command.
EditMode - Nullable
Excel - PropertyGridExcelSettings
Specifies the file name of the exported Excel file.
Groupable - Nullable
Height - Nullable
Items - List
Messages - PropertyGridMessagesSettings
When grouping is enabled, sets the name for the group, to which any root properties without a defined group will be added to.
Navigatable - Nullable
Pdf - PropertyGridPdfSettings
The author of the PDF document.
Resizable - Nullable
ShowDetails - Nullable
Scrollable - Nullable
Toolbar - List
Width - Nullable
Events - IDictionary
Id - String
SanitezeId - Boolean
Writer - IJavaScriptWriter
Initializer - IJavaScriptInitializer
IsInClientTemplate - Boolean
IsSelfInitialized - Boolean
HasDeferredInitialization - Boolean
HtmlAttributes - IDictionary
ScriptAttributes - IDictionary
HtmlHelper - IHtmlHelper
ModelMetadataProvider - IModelMetadataProvider
Name - String
Explorer - ModelExplorer
Selector - String
IdPrefix - String
ViewContext - ViewContext
ValueProvider - IValueProvider
UrlGenerator - IUrlGenerator
HtmlEncoder - HtmlEncoder
HasClientComponent - Boolean
UseMvvmInitialization - Boolean
Methods
WriteInitializationScript(System.IO.TextWriter)
Writes the initialization script.
Parameters
writer - System.IO.TextWriter
The System.IO.TextWriter.
Serialize()
Serialize current instance to Dictionary
Render()
Renders the component.
ToClientTemplate()
ToHtmlString()
VerifySettings()
WriteDeferredStyles(System.IO.TextWriter)
Writes the deferred styes.
Parameters
writer - System.IO.TextWriter
The writer.