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

More...

Inheritance diagram for Ext.Net.PropertyGridParameter:
Ext.Net.BaseParameter

Classes

class  Builder
 
class  Config
 

Public Member Functions

 PropertyGridParameter ()
 
 PropertyGridParameter (string name, string value)
 
virtual string ToConfig ()
 
virtual string ToConfig (bool dynamic)
 
virtual string ToName ()
 
PropertyGridParameter.Builder ToBuilder ()
 
override IControlBuilder ToNativeBuilder ()
 
 PropertyGridParameter (Config config)
 
- Public Member Functions inherited from Ext.Net.BaseParameter
override string ToString ()
 
virtual string ToString (bool camelNames)
 
virtual string ValueToString ()
 

Static Public Member Functions

static implicit operator PropertyGridParameter (PropertyGridParameter.Config config)
 

Properties

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 Renderer Renderer [get]
 A function used to transform the underlying value before it is displayed in the grid. By default, the grid supports strongly-typed rendering of strings, dates, numbers and booleans using built-in form editors, but any custom type can be supported and associated with the type of the value. More...
 
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...
 
virtual 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...
 
virtual CellEditorOptions EditorOptions [get]
 Editor options More...
 
bool IsChanged [get, set]
 
override ConfigOptionsCollection ConfigOptions [get]
 
- Properties inherited from Ext.Net.BaseParameter
override ConfigOptionsCollection ConfigOptions [get]
 
virtual string Name [get, set]
 
virtual string Value [get, set]
 
virtual ParameterMode DefaultMode [get]
 
virtual ParameterMode Mode [get, set]
 Wrap in quotes or not More...
 
virtual bool Encode [get, set]
 Encode value. Useful when value is js object More...
 
virtual ParameterCollection?? Params [get]
 

Additional Inherited Members

- Protected Member Functions inherited from Ext.Net.BaseParameter
 BaseParameter ()
 
 BaseParameter (string name, string value)
 
 BaseParameter (string name, string value, ParameterMode mode)
 
 BaseParameter (string name, string value, bool encode)
 
 BaseParameter (string name, string value, ParameterMode mode, bool encode)
 
virtual KeyValuePair< string, ParameterModeGetAutoValue (string value)
 

Detailed Description

Constructor & Destructor Documentation

◆ PropertyGridParameter() [1/3]

Ext.Net.PropertyGridParameter.PropertyGridParameter ( )
inline

◆ PropertyGridParameter() [2/3]

Ext.Net.PropertyGridParameter.PropertyGridParameter ( string  name,
string  value 
)
inline

◆ PropertyGridParameter() [3/3]

Ext.Net.PropertyGridParameter.PropertyGridParameter ( Config  config)
inline

Member Function Documentation

◆ operator PropertyGridParameter()

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

◆ ToBuilder()

PropertyGridParameter.Builder Ext.Net.PropertyGridParameter.ToBuilder ( )
inline

◆ ToConfig() [1/2]

virtual string Ext.Net.PropertyGridParameter.ToConfig ( )
inlinevirtual

◆ ToConfig() [2/2]

virtual string Ext.Net.PropertyGridParameter.ToConfig ( bool  dynamic)
inlinevirtual

◆ ToName()

virtual string Ext.Net.PropertyGridParameter.ToName ( )
inlinevirtual

◆ ToNativeBuilder()

override IControlBuilder Ext.Net.PropertyGridParameter.ToNativeBuilder ( )
inline

Property Documentation

◆ ConfigOptions

override ConfigOptionsCollection Ext.Net.PropertyGridParameter.ConfigOptions
get

◆ DisplayName

string Ext.Net.PropertyGridParameter.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

virtual EditorCollection Ext.Net.PropertyGridParameter.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

virtual CellEditorOptions Ext.Net.PropertyGridParameter.EditorOptions
get

Editor options

◆ EditorType

PropertyGridEditorType Ext.Net.PropertyGridParameter.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.

◆ IsChanged

bool Ext.Net.PropertyGridParameter.IsChanged
getset

◆ Renderer

virtual Renderer Ext.Net.PropertyGridParameter.Renderer
get

A function used to transform the underlying value before it is displayed in the grid. By default, the grid supports strongly-typed rendering of strings, dates, numbers and booleans using built-in form editors, but any custom type can be supported and associated with the type of the value.

The render function is called with the following parameters: value : Object The data value for the cell. metadata : Object An object in which you may set the following attributes:

css : String A CSS class name to add to the cell's TD element. attr : String An HTML attribute definition string to apply to the data container element within the table cell (e.g. 'style="color:red;"').

record : Ext.data.record The Ext.data.Record from which the data was extracted. Returns: void


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