Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.PropertyGridParameter.Builder< TPropertyGridParameter, TBuilder > Class Template Reference

More...

Inheritance diagram for Ext.Net.PropertyGridParameter.Builder< TPropertyGridParameter, TBuilder >:
Ext.Net.BaseParameter.Builder< TPropertyGridParameter, TBuilder >

Public Member Functions

 Builder (TPropertyGridParameter component)
 
virtual TBuilder DisplayName (string displayName)
 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 TBuilder EditorType (PropertyGridEditorType editorType)
 Used to explicitly specify the editor type for a particular value. By default, the type is automatically inferred from the value. See inferTypes. More...
 
virtual TBuilder Editor (Action< EditorCollection > action)
 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...
 
virtual TBuilder EditorOptions (Action< CellEditorOptions > action)
 Editor options More...
 
 Builder ()
 
 Builder (PropertyGridParameter component)
 
 Builder (PropertyGridParameter.Config config)
 
- Public Member Functions inherited from Ext.Net.BaseParameter.Builder< TPropertyGridParameter, TBuilder >
 Builder (TBaseParameter component)
 
virtual TBuilder Name (string name)
 
virtual TBuilder Value (string value)
 
virtual TBuilder Mode (ParameterMode mode)
 Wrap in quotes or not More...
 
virtual TBuilder Encode (bool encode)
 Encode value, it might be useful when value is js object More...
 
virtual TBuilder Params (Action< ParameterCollection > action)
 

Static Public Member Functions

static implicit operator Builder (PropertyGridParameter component)
 

Detailed Description

Type Constraints
TPropertyGridParameter :PropertyGridParameter 
TBuilder :Builder 
TBuilder :TPropertyGridParameter 
TBuilder :TBuilder 

Constructor & Destructor Documentation

◆ Builder() [1/4]

Ext.Net.PropertyGridParameter.Builder< TPropertyGridParameter, TBuilder >.Builder ( TPropertyGridParameter  component)
inline

◆ Builder() [2/4]

Ext.Net.PropertyGridParameter.Builder< TPropertyGridParameter, TBuilder >.Builder ( )
inline

◆ Builder() [3/4]

Ext.Net.PropertyGridParameter.Builder< TPropertyGridParameter, TBuilder >.Builder ( PropertyGridParameter  component)
inline

◆ Builder() [4/4]

Ext.Net.PropertyGridParameter.Builder< TPropertyGridParameter, TBuilder >.Builder ( PropertyGridParameter.Config  config)
inline

Member Function Documentation

◆ DisplayName()

virtual TBuilder Ext.Net.PropertyGridParameter.Builder< TPropertyGridParameter, TBuilder >.DisplayName ( string  displayName)
inlinevirtual

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()

virtual TBuilder Ext.Net.PropertyGridParameter.Builder< TPropertyGridParameter, TBuilder >.Editor ( Action< EditorCollection action)
inlinevirtual

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.

Parameters
actionThe action delegate
Returns
An instance of TBuilder

◆ EditorOptions()

virtual TBuilder Ext.Net.PropertyGridParameter.Builder< TPropertyGridParameter, TBuilder >.EditorOptions ( Action< CellEditorOptions action)
inlinevirtual

Editor options

Parameters
actionThe action delegate
Returns
An instance of TBuilder

◆ EditorType()

virtual TBuilder Ext.Net.PropertyGridParameter.Builder< TPropertyGridParameter, TBuilder >.EditorType ( PropertyGridEditorType  editorType)
inlinevirtual

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

◆ operator Builder()

static implicit Ext.Net.PropertyGridParameter.Builder< TPropertyGridParameter, TBuilder >.operator Builder ( PropertyGridParameter  component)
inlinestatic


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