Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.PropertyGridParameter.Config Class Reference

More...

Inheritance diagram for Ext.Net.PropertyGridParameter.Config:
Ext.Net.BaseParameter.Config Ext.Net.BaseItem.Config Ext.Net.IApply

Static Public Member Functions

static implicit operator PropertyGridParameter.Builder (PropertyGridParameter.Config config)
 
- Static Public Member Functions inherited from Ext.Net.BaseItem.Config
static Config Deserialize (string config)
 
static TConfig Deserialize< TConfig > (string config)
 

Properties

virtual string DisplayName [get, set]
 A custom name to appear as label for this field. If specified, the display name will be shown in the name column instead of the property name. More...
 
virtual PropertyGridEditorType EditorType [get, set]
 Used to explicitly specify the editor type for a particular value. By default, the type is automatically inferred from the value. See inferTypes. More...
 
EditorCollection Editor [get]
 Allows the grid to support additional types of editable fields. By default, the grid supports strongly-typed editing of strings, dates, numbers and booleans using built-in form editors, but any custom type can be supported and associated with a custom input control by specifying a custom editor. More...
 
CellEditorOptions EditorOptions [get]
 Editor options More...
 
- Properties inherited from Ext.Net.BaseParameter.Config
virtual string Name [get, set]
 
virtual string Value [get, set]
 
virtual ParameterMode Mode [get, set]
 Wrap in quotes or not More...
 
virtual bool Encode [get, set]
 Encode value, it might be useful when value is js object More...
 
ParameterCollection Params [get]
 

Additional Inherited Members

- Public Member Functions inherited from Ext.Net.BaseItem.Config
override string ToString ()
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
new Type GetType ()
 
object ApplyIf (object obj)
 
Apply< T > (object obj)
 
object Apply (object obj)
 
virtual string Serialize ()
 

Detailed Description

Member Function Documentation

◆ operator PropertyGridParameter.Builder()

static implicit Ext.Net.PropertyGridParameter.Config.operator PropertyGridParameter.Builder ( PropertyGridParameter.Config  config)
inlinestatic

Property Documentation

◆ DisplayName

virtual string Ext.Net.PropertyGridParameter.Config.DisplayName
getset

A custom name to appear as label for this field. If specified, the display name will be shown in the name column instead of the property name.

◆ Editor

EditorCollection Ext.Net.PropertyGridParameter.Config.Editor
get

Allows the grid to support additional types of editable fields. By default, the grid supports strongly-typed editing of strings, dates, numbers and booleans using built-in form editors, but any custom type can be supported and associated with a custom input control by specifying a custom editor.

◆ EditorOptions

CellEditorOptions Ext.Net.PropertyGridParameter.Config.EditorOptions
get

Editor options

◆ EditorType

virtual PropertyGridEditorType Ext.Net.PropertyGridParameter.Config.EditorType
getset

Used to explicitly specify the editor type for a particular value. By default, the type is automatically inferred from the value. See inferTypes.


The documentation for this class was generated from the following file: