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

More...

Properties

override ConfigOptionsCollection ConfigOptions [get]
 
string AfterCls [get, set]
 A css class to apply after the effect More...
 
string AfterStyle [get, set]
 A style specification string, e.g. "width:100px", that will be applied to the Element after the effect finishes More...
 
bool Block [get, set]
 Whether the effect should block other effects from queueing while it runs More...
 
bool Concurrent [get, set]
 Whether to allow subsequently-queued effects to run at the same time as the current effect, or to ensure that they run in sequence More...
 
bool Remove [get, set]
 Whether the Element should be removed from the DOM and destroyed after the effect finishes More...
 
bool StopFx [get, set]
 Whether subsequent effects should be stopped and removed after the current effect finishes More...
 
bool UseDisplay [get, set]
 Whether to use the display CSS property instead of visibility when hiding Elements (only applies to effects that end with the element being visually hidden, ignored otherwise) More...
 

Detailed Description

Property Documentation

◆ AfterCls

string Ext.Net.FxConfig.AfterCls
getset

A css class to apply after the effect

◆ AfterStyle

string Ext.Net.FxConfig.AfterStyle
getset

A style specification string, e.g. "width:100px", that will be applied to the Element after the effect finishes

◆ Block

bool Ext.Net.FxConfig.Block
getset

Whether the effect should block other effects from queueing while it runs

◆ Concurrent

bool Ext.Net.FxConfig.Concurrent
getset

Whether to allow subsequently-queued effects to run at the same time as the current effect, or to ensure that they run in sequence

◆ ConfigOptions

override ConfigOptionsCollection Ext.Net.FxConfig.ConfigOptions
get

◆ Remove

bool Ext.Net.FxConfig.Remove
getset

Whether the Element should be removed from the DOM and destroyed after the effect finishes

◆ StopFx

bool Ext.Net.FxConfig.StopFx
getset

Whether subsequent effects should be stopped and removed after the current effect finishes

◆ UseDisplay

bool Ext.Net.FxConfig.UseDisplay
getset

Whether to use the display CSS property instead of visibility when hiding Elements (only applies to effects that end with the element being visually hidden, ignored otherwise)


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