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

A config object containing any or all of the following properties. If this object is not specified the status will be cleared using the defaults. More...

Inheritance diagram for Ext.Net.MaskConfig:
Ext.Net.ExtObject Ext.Net.IXObject

Public Member Functions

virtual string ToScript ()
 
- Public Member Functions inherited from Ext.Net.ExtObject
virtual bool HasExplicitValue (string name)
 

Properties

virtual string Msg [get, set]
 The title text More...
 
virtual string MsgCls [get, set]
 An id or Element from which the message box should animate as it opens and closes (defaults to undefined) More...
 
virtual string El [get, set]
 An id or Element from which the message box should animate as it opens and closes (defaults to undefined) More...
 
virtual Control Control [get, set]
 A Control to mask More...
 
virtual string ElProxy [get]
 
override ConfigOptionsCollection ConfigOptions [get]
 
- Properties inherited from Ext.Net.ExtObject
virtual ConfigOptionsCollection ConfigOptions [get]
 
virtual ConfigOptionsExtraction ConfigOptionsExtraction [get]
 
virtual DefaultValueMode DefaultValueMode [get, set]
 
- Properties inherited from Ext.Net.IXObject
ConfigOptionsCollection ConfigOptions [get]
 
ConfigOptionsExtraction ConfigOptionsExtraction [get]
 
DefaultValueMode DefaultValueMode [get, set]
 

Detailed Description

A config object containing any or all of the following properties. If this object is not specified the status will be cleared using the defaults.

Member Function Documentation

◆ ToScript()

virtual string Ext.Net.MaskConfig.ToScript ( )
inlinevirtual

Property Documentation

◆ ConfigOptions

override ConfigOptionsCollection Ext.Net.MaskConfig.ConfigOptions
get

◆ Control

virtual Control Ext.Net.MaskConfig.Control
getset

A Control to mask

◆ El

virtual string Ext.Net.MaskConfig.El
getset

An id or Element from which the message box should animate as it opens and closes (defaults to undefined)

◆ ElProxy

virtual string Ext.Net.MaskConfig.ElProxy
getprotected

◆ Msg

virtual string Ext.Net.MaskConfig.Msg
getset

The title text

◆ MsgCls

virtual string Ext.Net.MaskConfig.MsgCls
getset

An id or Element from which the message box should animate as it opens and closes (defaults to undefined)


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